MIXIN
Mixin
In object-oriented programming languages, a mixin is a class which contains a combination of methods from other classes. How such combination is done depends on language, but it is not by inheritance. If a combination contains all methods of combined classes it is equivalent to multiple inheritance.The above text is a snippet from Wikipedia: Mixin
and as such is available under the Creative Commons Attribution/Share-Alike License.