Why do I need a constructor?

A constructor is a special method of a class that initializes new objects or instances of the class. Without a constructor, you can’t create instances of the class . Imagine that you could create a class that represents files, but without constructors, you couldn’t create any files based on the class.21 Eki 2015

Sizin İçin Seçtik  Can you call a method in a constructor Java?

Leave a Reply

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