Multiple Inheritance of Classes

superdan super at dan.org
Tue Aug 12 15:55:23 PDT 2008


Jarrett Billingsley Wrote:

> "Robert Fraser" <fraserofthenight at gmail.com> wrote in message 
> news:g7surd$21u0$1 at digitalmars.com...
> 
> > So why not just dissalow diamond-pattern MI?
> 
> A singly-rooted object hierarchy like D has precludes that from being 
> possible.  Everything will ultimately go back to Object. 

would work if Object had absolutely no state. but it has the vptr and the synchronization shit. that fucks the plan right there.



More information about the Digitalmars-d mailing list