Lecture overview -- Keyboard shortcut: 'u'  Previous page: Concrete classes -- Keyboard shortcut: 'p'  Next page: Friends -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Abstraction Mechanisms, Part 1 - slide 27 : 36

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