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: Option C
Related Questions on Inheritance in C plus plus
A. Multilevel inheritance
B. Hierarchical inheritance
C. Multiple inheritance
D. Single inheritance
A. public
B. private
C. friend
D. protected
What is the process of defining a new class based on an existing class in C++ called?
A. Inheritance
B. Composition
C. Encapsulation
D. Polymorphism

Join The Discussion