A. ifconfig -a B. ifconfig ens33 C. ifup -a D. ifdown
A.Python支持多继承 B.子类可以重新定义父类中的方法 C.在Python中,所有类都继承自object类 D.子类可以直接调用父类中的所有属性
A.a = 1 B.a = int(3) C.a = type(2) D.a = None
A.self B.a C.haha D.cls