MCQOPTIONS
Saved Bookmarks
| 1. |
If a base class is inherited in protected access mode then which among the following is true? |
| A. | Public and Protected members of base class becomes protected members of derived class |
| B. | Only protected members become protected members of derived class |
| C. | Private, Protected and Public all members of base, become private of derived class |
| D. | Only private members of base, become private of derived class |
| Answer» B. Only protected members become protected members of derived class | |