InterviewSolution
Saved Bookmarks
| 1. |
When super keyword is used? |
|
Answer» If the method overrides one of its superclass's methods, overridden method can be invoked through the use of the keyword super. It can be also used to refer to a hidden field. |
|