A.继承 B.封装 C.多态 D.重写
A.-2 B.-1 C.0 D.1
A.对象方法第一个默认参数为self B.类方法第一个参数为cls C.类方法可以通过类名直接调用 D.类方法内只能调用类属性和类方法