Lecture 5 - Slide 22 : 40
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