试题详情
- 多项选择题 现有: 1. class Synapse { 2. protected int gap() { return 7; } 3. } 4. 5. class Creb extends Synapse { 6. // insert code here 7. } 分别插入到第 6 行,哪三行可以编译?()
A、 int gap() { return 7; }
B、 public int gap() { return 7; }
C、 private int gap(int x) { return 7; }
D、 protected Creb gap() { return this; }
E、 public int gap() { return Integer.getInteger ("42"); }
- B,C,E
关注下方微信公众号,在线模考后查看
热门试题
- 1.class TestSu
- Which two
- 以下关于JVM的叙述,哪项正确?()
- class Rectangl
- Which of
- 编写Applet程序实现一个计算器,包括
- 高次方程尾数的问题:求13的298次方的
- //point X&ensp
- Click the
- Which two
- 下面哪些类可用于throw语句()
- Place the
- 下面关于ICMP协议的描述中,正确的是(
- public class&e
- 关于抽象类与最终类,下列说法错误的是()
- String s=&ensp
- 求满足以下条件的(a,b,c)的组数:
- 下列哪种异常是检查型异常,需要在编写程序
- Given: 1.&ens
- int i =&e