试题详情
- 单项选择题 class Animal{ Animal getOne(){return new Animal();}} class Dog extends Animal{ //insert code here } class AnimalTest{ public static void main(String[] args){ Animal[] animal={ new Animal(), new Dog()}; for(Animal a:animal){ Animal x= a.getOne(); } } } 和代码: 3a.Dog getOne() { return new Dog();} 3b.Animal getOne() { return new Dog();} 第3行中插入的哪项编译且运行无异常?
A、3a行或3b行
B、既非3a,也非3b
C、3a行
D、3b行
- A
关注下方微信公众号,在线模考后查看
热门试题
- BufferedWriter对象中的ne
- Your IT d
- A programmer&en
- Assume the&ens
- 求表达式e^x ≈1+x+x^2/2!+
- Given the&ensp
- 为了保证方法的线程安全,声明方法的时候必
- Which two
- Which two̳
- Given: 1.&ens
- public class&e
- Math.random()方法用来实现
- 已知: 为?()
- You have
- 1. abstract&en
- import java.io
- 要求1000!(1000*999*998
- 下列哪种异常是检查型异常,需要在编写程序
- 以下算术运算符中错误的是()
- Java数据库连接库JDBC用到哪种设计