Vidyalelo
Java Programming · Q21

Overriding and Overloading

Programming · Java Programming · question 21

Q21

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

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

Answer: Option C

Solution

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