MCQOPTIONS
Saved Bookmarks
| 1. |
If a derived class object is created, which constructor is called first? |
| A. | Base class constructor |
| B. | Derived class constructor |
| C. | Depends on how we call the object |
| D. | Not possible |
| Answer» B. Derived class constructor | |