You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
super keyword is used specifically in Java constructors and refers to the immediate parent class. It is used to invoke a constructor of the parent class from the subclass constructor. We cannot use the Super Keyword in the Method.
The text was updated successfully, but these errors were encountered:
super keyword is used specifically in Java constructors and refers to the immediate parent class. It is used to invoke a constructor of the parent class from the subclass constructor. We cannot use the Super Keyword in the Method.
The text was updated successfully, but these errors were encountered: