On 04/20/15 01:37, Michael Ströder wrote:
dE wrote:
Suppose this is the superclass chain --
A -> B -> C -> D -> E -> F -> G
Then for D, the superclass chain is A -> B -> C, and in this chain D is the most subordinate.
Yes.
For F, the superclass chain is A -> B -> C -> D -> E and here too F is the most subordinate.
Yes.
So what do you mean by the 'superclass chain'? The whole chain A to G
No.
or is it relative to a particular object class
Yes.
And other funny combinations by using multiple inheritance.
Ciao, Michael.
Yeah, now its clear. Thanks for that.