Which Among The Following Is True #109
Which among the following is true?
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: Constructors - Quiz No.1.
Which among the following is true?
The constructors overloading can be done by using different names
The constructors overloading can be done by using different return types
The constructors can be overloaded by using only one argument
The constructors must have the same name as that of class