题目内容

下列程序运行结果是()publicclassDemo{publicstaticvoidmain(String[]args){Objectobj=newFather(){publicvoidshow(){System.out.println("helloworld");}};obj.show();}}classFather{publicvoidshow(){System.out.println("hellofather");}}

A. hellofather
B. helloworld
C. 无结果
D. 程序编译报错

查看答案
更多问题

在模拟物流快递系统程序设计中,将交通工具类定义成一个抽象类,类中需要包含该交通工具的编号,型号以及运货负责人等属性。

A. 对
B. 错

Computer c = new Computer();代码用于实例化电脑对象。

A. 对
B. 错

在USB接口程序中,电脑类实现了USB接口。

A. 对
B. 错

在USB接口程序中,鼠标类实现了USB接口。

A. 对
B. 错

答案查题题库