Thread overview
Multiple inheritance
Sep 07, 2002
Luigi
Sep 07, 2002
Luigi
Sep 07, 2002
Pavel Minayev
September 07, 2002
Hello,

I'm italian and I speak a bit english. My question is:

exist multiple inheritance in D? Or she is implemented with interface + single inheritance as Java and C#?

Thanks

--
Luigi
--
void f (OS x) {while (x.getbugs() > 0); destroy(earth);};

// No problem...

f (windows);


September 07, 2002
Ah, another simple thing: bit is equal to boolean type?

Thanks

--
Luigi



September 07, 2002
Luigi wrote:

> exist multiple inheritance in D? Or she is implemented with interface +
> single inheritance as Java and C#?

Yes, only interfaces are supported, not full MI. RTFM for reasoning.