Question: If a class C is derived from class B, which is derived from class A, all through public
inheritance, then a class C member function can access
Answer:
MCQ: If a class C is derived from class B, which is derived from class A, all through public
inheritance, then a class C member function can access
Correct Answer:A. protected and public data only in C and B.