Vidyalelo
Java Programming · Q14

Overriding and Overloading

Programming · Java Programming · question 14

Q14

What is the purpose of the "super" keyword in method overriding?

A.
To make the method static
B.
To hide the superclass method
C.
To create a new object
D.
To call the superclass method
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board