Q14
In Java, what is the purpose of the "super" keyword in a constructor?
A.
To call the superclass constructor
AnswerB.
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