Kizspy | Question: 24
(Choose 1 answer)
What is the purpose of the "super" keyword in Java?
A. To call the constructor or methods of the parent class
B. To call the constructor or methods of the child class
C. To call the members of the same class
D. To define a static method