MCQOPTIONS
Saved Bookmarks
| 1. |
Which class constructor is called first when an object of derived class is created? |
| A. | Base class constructor |
| B. | Derived class constructor |
| C. | Firstly created derived class constructor |
| D. | Last created derived class constructor |
| Answer» B. Derived class constructor | |