Why Do We Use Constructor Overloading #159
Why do we use constructor 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 Constructors and Destructors - OOPs MCQ: Overloading Constructors - Quiz No.1.
Why do we use constructor overloading?
To use different types of constructors
Because it’s a feature provided
To initialize the object in different ways
To differentiate one constructor from another