InterviewSolution
Saved Bookmarks
| 1. |
What Is Super Keyword? |
|
Answer» Super KEYWORD is USED to invoke OVERRIDDEN method which overrides one of its superclass methods. This keyword allows to access overridden methods and ALSO to access hidden MEMBERS of the superclass. Super keyword is used to invoke overridden method which overrides one of its superclass methods. This keyword allows to access overridden methods and also to access hidden members of the superclass. |
|