多項(xiàng)選擇題在面向?qū)ο缶幊讨校男┦穷?lèi)的保護(hù)屬性?()

A._name
B._age
C._run()
D._eat()
E._height


您可能感興趣的試卷

你可能感興趣的試題

1.多項(xiàng)選擇題在Python中,以下哪一個(gè)選項(xiàng)是合法的實(shí)例方法定義?()

A.def instance_method(self):pass
B.def instance_method():pass
C.def instance_method(self,param):pass
D.def instance_method(param):pass
E.def instance_method(param)pass

2.多項(xiàng)選擇題在面向?qū)ο缶幊讨?,哪些是?lèi)的公共屬性?()

A.name
B.age
C.run()
D.eat()
E.height

3.多項(xiàng)選擇題面向?qū)ο缶幊讨?,哪些是?lèi)的私有方法?()

A.__name
B.__age
C.__run()
D.__eat()
E.__height

4.多項(xiàng)選擇題在面向?qū)ο缶幊讨校男┦穷?lèi)的私有屬性?()

A.__name
B.__age
C.__run()
D.__eat()
E.__height

5.多項(xiàng)選擇題面向?qū)ο缶幊讨校男┦穷?lèi)的類(lèi)方法?()

A.@staticmethod
B.@classmethod
C.def method()
D.class method
E.static method