This is definition of Mixin Based Programming from the official Docs,
Mixin-based inheritance means that although every class (except for Object) has exactly one superclass, a class body can be reused in multiple class hierarchies.
Can anyone explain this ?