MCQOPTIONS
Saved Bookmarks
| 1. |
If class A has add() function with protected access, and few other members in public . Then class B inherits class A privately. Will the user will not be able to call _________ from object of class B? |
| A. | Any function of class A |
| B. | The add() function of class A |
| C. | Any member of class A |
| D. | Private, protected and public members of class A |
| Answer» E. | |