re-motion mixins basics -- the generic 'Mixin' type

So far, the mixin classes in our dessert wax samples were completely orthogonal. No method in DessertTopping needs access to members in FloorWax and vice versa. You probably DO want to have mixins that access members in the target class.

See next (in this order)