Page 2 of 2

Re: Mixins

PostPosted: Sat Jan 30, 2010 10:44 am
by torial
Perhaps a dumb question, but how is the MI idea as it is looking now different from say partial classes in VB.Net and C#?

Re: Mixins

PostPosted: Sat Jan 30, 2010 12:18 pm
by helium
A partial class is just a class that is split up into multiple files. A mixin can be mixed into many classes similar to an interface which can be implemented by many classes.

Re: Mixins

PostPosted: Sat Jan 30, 2010 11:31 pm
by torial
Thanks -- I just wasn't visualizing it properly!