试题详情
- 单项选择题 1.class SuperFo{ 2. SuperFo doStuff(int x){ 3.return new SuperFo() 4.} 5.} 6. 7.class Foo extends SuperFo{ 8.//insert code here 9.} 和四个声明: Foo doStuff(int x){return new Foo();} Foo doStuff(int x){return new SuperFoo();} SuperFoo doStuff(int x){return new foo();} SuperFoo doStuff(int y){return new SuperFoo();} 分别插入到第8行,有几个可以通过编译 ()
A、1
B、2
C、3
D、4
E、5
- C
关注下方微信公众号,在线模考后查看
热门试题
- 请谈谈对Hibernate的理解,并简要
- public class&e
- 将50元兑换成5元、2元和1元的方法(每
- 已知Strings=“Java”,则下面
- 35. String&ens
- What is th
- Applet的布局设置默认是FlowLa
- What is th
- What is th
- 如何调用java小程序()
- 现有方法来自于 java.l
- 求0—7所能组成的奇数个数。
- A developer&en
- Given the&ensp
- 不可见组件如何起到调整间距的作用?()
- 现有: Public/pr
- Which retrieves
- 请输入星期几的第一个字母来判断一下是星期
- public class&e
- 1. public̳