Answers

Question and Answer:

  Home  C++ Access Control

⟩ Explain access specifier protected?

The protected members can be access from member functions of the same class or friend classes or from the members of their immediate derived class.

 259 views

More Questions for you: