super Keyword is used in 2 places:
- super is used to call the overridden method from child class to base class.
- super is used to pass the parameter from child class constructor to base class constructor.
No comments:
Post a Comment