Question 2
Not yet
answered
Flag question
What is the purpose of the super keyword in Java when used in a subclass constructor?
a.
To invoke the constructor of the superclass.
b. To create a new instance of the superclass.
○ c. To call methods of the subclass itself.
O d. To reference the instance of the subclass.