Which Among The Following Is True For Constructors Overloading #1201
Which among the following is true for constructors overloading?
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 for constructors overloading?
Constructors can’t be overloaded
Constructors can be overloaded using different signatures
Constructors can be overloaded with same signatures
Constructors can be overloaded with different return types