

MCQOPTIONS
Saved Bookmarks
1. |
In case of inheritance where both base and derived class are having constructors, when an object of derived class is created then___________ . |
A. | constructor of derived class will be invoked first |
B. | constructor of base class will be invoked first |
C. | constructor of derived class will be executed first followed by base class |
D. | constructor of base class will be executed first followed by derived class |
Answer» E. | |