Which Among The Following Best Describes Constructor Overloading #151
Which among the following best describes constructor overloading?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 Constructors and Destructors - OOPs MCQ: Overloading Constructors - Quiz No.1.
Which among the following best describes constructor overloading?
Defining one constructor in each class of a program
Defining more than one constructor in single class
Defining more than one constructor in single class with different signature
Defining destructor with each constructor