When a class is derived from another derived class, the newly derived class

When a class is derived from another derived class, the newly derived class Correct Answer may have more limited access to a base class member than its immediate predecessor

Related Questions

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