mixin模式特点

mixin模式特点:

1、单一功能,

2、不和基类关联,可以和任意基类组合,基类可以不和mixin关联就可以初始化成功

3、不使用 super() 用法

原文地址:https://www.cnblogs.com/Erick-L/p/8868378.html