国家开放大学 / Java语言程序设计
【单项选择题】编译并运行以下程序,以下描述哪个选项是正确的( )
class X{
protected String toString( ) {
return super.toString(); }
}
编译通过运行无异常
编译通过但运行时出错
行2出错,不能成功编译
不能成功编译,行3出错
class X{
protected String toString( ) {
return super.toString(); }
}
编译通过运行无异常
编译通过但运行时出错
行2出错,不能成功编译
不能成功编译,行3出错
参考答案:
佳题速递: