What is the purpose of the super keyword in Java?
super
b) To refer to the parent class
d) To define a new method
a) To call the current class constructor
c) To override a method