What are the uses of constructor?

The purpose of constructor is to initialize the object of a class while the purpose of a method is to perform a task by executing java code. Constructors cannot be abstract, final, static and synchronised while methods can be. Used to initialize the data members of a class.

Sizin İçin Seçtik  What is a class and object in C++ explain by taking an example?

Leave a Reply

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