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