Lecture overview -- Keyboard shortcut: 'u'  Previous page: Replicated base class -- Keyboard shortcut: 'p'  Next page: Is repeated inheritance possible? No! -- 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 17 : 24
Notes about C++
Abstraction Mechanisms, Part 2
Is repeated inheritance possible?

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

y:/Kurt/Files/Advanced-programming-cpp/cpp/kn/non-virtual-bases/try-repeated-inheritance.ccAttempting repeated inheritance in C++.