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