Styrow.dev
Question 57 of 247
Java Topic: General medium

When super keyword is used?

Question

When super keyword is used?

Answer

If the method overrides one of its superclass’s methods, overridden method can be invoked through the use of the keyword super. It can be also used to refer to a hidden field