Mixin Pattern (Class?) in C#
Mixin class is not a pattern because mixin is really not a pattern. It is, rather, a peculiar way in which class inheritance can be accomplished. The famous design patterns book defines mixin class in its opening chapter using these words: A mixin class is a class that is intended …