单选题
29.
在Python中,继承类使用的关键字是( )。
A、
fun
B、
class
C、
def
D、
super
【正确答案】
D
【答案解析】
继承父类需要使用super关键字。
提交答案
关闭