Lecture 4 - Slide 31 : 40 |
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