What is the order of resolution for super() calls?

cym13 via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Aug 5 05:32:47 PDT 2015


Forget it, I just remembered that we only do single inheritance, 
and I don't think the same problem occurs with interfaces.

For reference, as the diagram was unreadable, I'll describe it 
here:

class Adam ;
class Eve ;
class Abel:Adam,Eve ;
class Cain:Adam,Eve ;
class David:Abel,Cain ;



More information about the Digitalmars-d-learn mailing list