相关考题
-
多项选择题
在面向对象编程中,哪些是类的私有属性?()
A.__name
B.__age
C.__run()
D.__eat()
E.__height -
多项选择题
面向对象编程中,哪些是类的类方法?()
A.@staticmethod
B.@classmethod
C.def method()
D.class method
E.static method -
多项选择题
面向对象编程中,哪些是类的实例方法?()
A.__str__
B.__init__
C.__new__
D.__del__
E.__eq__
