If The Constructors Are Overloaded By Using The Default #114
If the constructors are overloaded by using the default arguments, which problem may arise?
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.
If the constructors are overloaded by using the default arguments, which problem may arise?
The constructors might have all the same arguments except the default arguments
The constructors might have same return type
The constructors might have same number of arguments
The constructors can’t be overloaded with respect to default arguments