Q. In case of inheritance where both base and derived class are having constructors, when an object of derived class is created then___________ .
β
Correct Answer: (D)
constructor of base class will be executed first followed by derived class