Lecture overview -- Keyboard shortcut: 'u'  Previous page: Visibility and Inheritance -- Keyboard shortcut: 'p'  Next page: Multiple 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 17 : 40
Object-oriented Programming in C#
Specialization, Extension, and Inheritance
Class hierarchies and Inheritance

The inheritance relations among a set of classes define graph structure of classes

This graph structure is, in general, acyclic

Different graph structures among classes

Multiple inheritance and repeated inheritance are allowed in some object-oriented programming languages