Vidyalelo
Java Programming · Q14

Constructors and Methods

Programming · Java Programming · question 14

Q14

In Java, what is the purpose of the "super" keyword in a constructor?

A.
To call the superclass constructor
Answer
B.
To create a new object
C.
To access a static method
D.
To indicate a private method

Answer: Option A

Solution

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