Lecture 4 - Slide 31 : 40
Visibility and Access Control

C++ supports the well-known distictions of private, protected and public members

C++ is similar to most other object-oriented programming languages with respect handling of visibility

With one notable exception, friends, which will be discussed next