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.

Related questions

0 votes
asked Jun 16, 2019 in JAVA by reins.robin
0 votes
asked Apr 9, 2021 in JAVA by Robindeniel
...