Do Superclasses need constructors?

A subclass needs a constructor if the superclass does not have a default constructor (or has one that is not accessible to the subclass). If the subclass has no constructor at all, the compiler will automatically create a public constructor that simply calls through to the default constructor of the superclass.

Sizin İçin Seçtik  Is it necessary to call super constructor in Java?

Leave a Reply

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