Which Among The Following Is Possible Way To Overload #154
Which among the following is possible way to overload constructor?
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 is possible way to overload constructor?
Define default constructor, 1 parameter constructor and 2 parameter constructor
Define default constructor, zero argument constructor and 1 parameter constructor
Define default constructor, and 2 other parameterized constructors with same signature
Define 2 default constructors