python3种自定义的类全部默认继承新式类,均为广度优先
from abc import ABCmeta, abstractmethod class Person(classmeta=ABCmeta)