Mixin Mixin

Mixin - Definition and Overview

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

Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.