Lecture overview -- Keyboard shortcut: 'u'  Previous page: Constructors and initialization order: Example -- Keyboard shortcut: 'p'  Next page: Inheritance of methods, properties, and indexers -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Specialization, Extension, and Inheritance - slide 27 : 40

Visibility modifiers in C#
The visibility of types in assemblies and members in classes are controlled by visibility modifiers
Go to exercise
Private Visibility and inheritance
Go to exercise
Internal Visibility