What is the purpose of constructor in Java programming?

A Java constructor is special method that is called when an object is instantiated. In other words, when you use the new keyword. The purpose of a Java constructor is to initializes the newly created object before it is used .9 Mar 2021

Sizin İçin Seçtik  What is public static Main in Java?

Leave a Reply

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