Pergunta de entrevista da empresa Retention Science

What is a mixin class?

Resposta da entrevista

Sigiloso

13 de out. de 2016

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.