What is the difference between public, protected, and private members of a class?
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?
- What is the difference between Private, Public and Password Protected Albums?
- Is there a way to access private and protected members of a class instance?