what is accessibility of a protected member of a base class which is inherited privately?
Related Questions
- If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
- My compiler says that a member of a base class template is not defined in a derived class template. Why is it not inherited?
- Can derived class override some but not all of a set of overloaded virtual member functions inherited from the base class?