Answer:Option
a) When a class is inherited in protected mode, the private members of the base class become protected members of the derived class
b) When a class is inherited in private mode, only the public members of the base class can be inherited to the derived class
c) When a class is inherited in public mode, the private members of the base class cannot be inherited
d) None of the above
Answer : c) When a class is inherited in public mode, the private members of the base class cannot be inherited