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.
It also forwards a call from a constructor to a constructor in 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.
It also forwards a call from a constructor to a constructor in the superclass.



Discussion

No Comment Found