Lecture overview -- Keyboard shortcut: 'u'  Previous page: Inheritance: Copying and slicing -- Keyboard shortcut: 'p'  Next page: Virtual Functions -- 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 2 - slide 4 : 24

Member access control: private, public and protected
The use of private, public, and protected access control in C++ to members is similar to the access control in other object-oriented languages