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 and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Lecture 4 - Page 18 : 24
Notes about C++
Abstraction Mechanisms, Part 2
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.

The base class A is replicated

In C++, the answer is no

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