Is overloading possible in constructor?

Constructors can be overloaded in a similar way as function overloading . Overloaded constructors have the same name (name of the class) but the different number of arguments. Depending upon the number and type of arguments passed, the corresponding constructor is called.

Sizin İçin Seçtik  What is user-defined method in Java?

Leave a Reply

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