题目内容

这个程序的输出结果class Base{
public void method(){
System.out.println(“Base”);
}
}
class Son extends Base{
public void method(){
System.out.println(“Son”);
}
public void methodB(){public void method(){
System.out.println(“Base”);
}
}
class Son extends Base{
public void method(){
System.out.println(“Son”);
}
public void methodB(){

A. Base SonB
B. Son SonB
C. Base Son SonB
D. 编译不通过

查看答案
更多问题

We arrived at the station ‍ late, or we‍ the train()

A. too much; would catch
B. much too; would have caught
C. a little too; had caught
D. too much; have caught

Natalie is too young to in the house without a babysitter()

A. leaving
B. leave
C. be leaving
D. be left

To his satisfaction, everything‍ ‍ well in the experiment()

A. turned against
B. turned up
C. turned out
D. turned down

Is it the air-conditioner your aunt wants()

A. to have it repaired
B. to repair it
C. to have repaired
D. to have repaired it

答案查题题库