参考资料:https://blog.csdn.net/zimou5581/article/details/53053775
? Python 2.x 中 默认都是经典类,只有显式继承了object才是新式类 ;
? Python 3.x 中 默认都是新式类,经典类被移除,不必显式的继承object ;
003、新式类 、旧式类
原文:https://www.cnblogs.com/qq-2780619724/p/15087533.html