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