[Mono-list] Re: Is Objective-C support possible?

Martin Coxall coxall@cream.org
15 Feb 2002 15:00:24 +0000


> My personal hope is that mix-ins get added at some point, as I don't see them adding any problems single inheritence is intended to side-step.

Interfaces *are* mixins. "Interface" is now the preferred term, though,
because of Java.

What are IDisposable, IEnumberable etc. if not mixins?

Martin