Asked by

Bharti Sharma
on Oct 27, 2024

verifed

Verified

You must always use the reserved word super to use a method from the superclass in the subclass.

Reserved Word Super

In Java, "super" is a reserved keyword used to refer to the immediate parent class object.

Superclass

In object-oriented programming, a superclass is the class from which other classes inherit properties and methods.

  • Understand the concept and use of the super and this keywords
verifed

Verified Answer

CC
CR?ÃT?VÈ CRÎMËNov 01, 2024
Final Answer:
Get Full Answer