D - Multiple inheritance
- "Luigi" <igiul.reverse email.it> Sep 07 2002
- "Luigi" <igiul.reverse email.it> Sep 07 2002
- Pavel Minayev <evilone omen.ru> Sep 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);
Sep 07 2002
Ah, another simple thing: bit is equal to boolean type? Thanks -- Luigi
Sep 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.
Sep 07 2002









"Luigi" <igiul.reverse email.it> 