相关考题
-
单项选择题
下列选项中,可以在子类中调用父类中成员方法的是()
A.self
B.static
C.parent
D.this -
单项选择题
在PHP中,默认访问权限修饰符是()
A.public
B.private
C.protected
D.interface -
单项选择题
当我们不希望一个类被继承时,应该使用什么关键字对这个类进行修饰()
A.final
B.interface
C.abstract
D.static
