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 ;

Reply via email to