If A Derived Class Object Is Created Which Constructor Is #717
If a derived class object is created, which constructor is called first?
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 Inheritance & its Types - OOPs MCQ: Inheritance - Quiz No.2.
If a derived class object is created, which constructor is called first?
Base class constructor
Derived class constructor
Depends on how we call the object
Not possible