Why do we need constructor in Java?

The purpose of a Java constructor is to initializes the newly created object before it is used . … Typically, the constructor initializes the fields of the object that need initialization. Java constructors can also take parameters, so fields can be initialized in the object at creation time.

Leave a Reply

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