What is a mixin class?
Sigiloso
A "mixin" usually refers to a sub class of a superclass that extends its functionality. This defers from a "decorator" in that the idea was that the decoration itself wasn't essential to the base functionality of the class.