janderson wrote: > I'm trying to explain to a friend on msn what mixins are. Can you > provide some good examples, that would be difficult otherwise? > > -Joel What about implementing multiple inheritance in a language that does not have multiple inheritance? (interface + mixin as default implementation)