To make things easier we have to linearize the inheritance so that it looks like the chain of superclasses that we have in single inheritance. The idea is that you need to create an order that the ...
If single inheritance is a good idea then surely multiple inheritance is an even better idea. There is a problem, however, and it is quite a big problem – the so called diamond problem. If you allow ...