Single Choice
Easy
QWhat is the purpose of the "super" keyword in Java?
ID: #10344
Abstract class and method
165 views
Question Info
#10344Q ID
EasyDifficulty
Abstract class and methodTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The "super" keyword is used to invoke the superclass constructor or method in Java. It is used to access the members of the superclass that have been hidden by a subclass. It is also used to refer to the immediate superclass of a class.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic