|
In computer science, a mixin is a group of functions which can be mixed into a class and become methods. They allow certain classes to take on certain functionality, in an object-oriented programming language that supports multiple inheritance, just as if the class were a cooking dish and a mixin was a specific ingredient.
External link
http://c2.com/cgi/wiki?MixIn
|