MCQOPTIONS
Saved Bookmarks
| 1. |
Which constructor will be called first from the classes involved in single inheritance from object of derived class? |
| A. | Base class constructor |
| B. | Derived class constructor |
| C. | Both class constructors at a time |
| D. | Runtime error |
| Answer» B. Derived class constructor | |