Lecture overview -- Keyboard shortcut: 'u'  Previous page: Inheritance -- Keyboard shortcut: 'p'  Next page: Visibility and Inheritance -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home  Page 15 : 40
Object-oriented Programming in C#
Specialization, Extension, and Inheritance
Interfaces to clients and subclasses

Interfaces between A, B, their client classes, and their subclasses
  1. The client interface of A
  2. The subclass interface between A and its subclass B
  3. The client interface of B
  4. The subclass interface between B and potential subclasses of B