MCQOPTIONS
Saved Bookmarks
| 1. |
A derived class .................... |
| A. | inherits data members and member functions from base class. |
| B. | inherits constructors and destructor. |
| C. | object can access protected members with the dot operator. |
| D. | inherits data members and member functions from base class as well as Inherits constructors and destructor. |
| Answer» E. | |