528: Mainline
At this point, you have seen several ways to control access to
member variables and member functions:
- You can limit access to member variables and member functions at the
point where they are declared.
- You can limit access to member variables and member functions at the
point where one class is derived from another.
- You can gain access to otherwise private or protected member variables
through protected or public readers or writers.