Asked by
Bharti Sharma
on Oct 27, 2024Verified
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
Verified Answer
CC
Learning Objectives
- Understand the concept and use of the super and this keywords