Which Among The Following Is True #1204
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 Default Arguments vs Overloading, Upcasting and Downcasting - OOPs MCQ: Constructors Overloading - 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