

MCQOPTIONS
Saved Bookmarks
1. |
If a class is derived privately from a base class then ______________________________ |
A. | no members of the base class is inherited |
B. | all members are accessible by the derived class |
C. | all the members are inherited by the class but are hidden and cannot be accessible |
D. | no derivation of the class gives an error |
Answer» D. no derivation of the class gives an error | |