Lecture overview -- Keyboard shortcut: 'u'  Previous page: Inheritance -- Keyboard shortcut: 'p'  Next page: Visibility and Inheritance -- 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 15 : 40

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