Lecture overview -- Keyboard shortcut: 'u'  Previous page: Is repeated inheritance possible? -- Keyboard shortcut: 'p'  Next page: Shared base class: Virtual base -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Abstraction Mechanisms, Part 2 - slide 18 : 24

Is repeated inheritance possible? No!

Is it possible to shortcut the replication such that D inherits twice from A?

To see this image you must download and install the SVG plugin from Adobe.In Firefox please consultthis page.

In C++, the answer is no

The problem is is how to address the two different A parts in a D object