Can Constructors Be Overloaded In Derived Class #152
Can constructors be overloaded in derived class?
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.
Can constructors be overloaded in derived class?
Yes, always
Yes, if derived class has no constructor
No, programmer can’t do it
No, never