Which Among The Following Is True #1210
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?
More than one constructors with all default arguments is allowed
More than one constructors with all default arguments can be defined outside the class
More than one constructors can be used with same argument list
More than one constructors with all default arguments can’t exist in same class