What is the purpose of super ()?

The super() in Java is a reference variable that is used to refer parent class constructors . super can be used to call parent class’ variables and methods. super() can be used to call parent class’ constructors only.

Sizin İçin Seçtik  Where super () can be used within a constructor?

Leave a Reply

Your email address will not be published. Required fields are marked *