Mixins
- With mixins you can extend classes by other ways as subclassing.
- This is especially handy when using complex class hierarchies.
- Which is why the following example might be a bit to
- If you ever had to fight with multiple inheritance ans especially diamond inheritance you should really look at mixins.
- http://c2.com/cgi/wiki?MixIn