Lecture overview -- Keyboard shortcut: 'u'  Previous page: Visibility modifiers in C# -- Keyboard shortcut: 'p'  Next page: Inheritance of methods: Example. -- 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 28 : 40

Inheritance of methods, properties, and indexers
Methods, properties, and indexers are inherited
Operators are inherited. A redefined operator in a subclass will be an entirely new operator.