0 votes
in JAVA by

Write are the key uses of the super keyword in Java?

1 Answer

0 votes
by

Below are the key uses of the super keyword in Java

The main uses of the super keyword are:

• Invoking the immediate parent class method.

• Invoking immediate parent class constructor.

...