题目内容

1. public class GoTest { 2. public static void main(String[] args) { 3. Sente a = new Sente(); a.go(); 4. Goban b = new Goban(); b.go(); 5. Stone c = new Stone(); c.go(); 6. } 7. } 8. 9. class Sente implements Go { 10. public void go() { System.out.println(”go in Sente.”); } 11. } 12. 13. class Goban extends Sente { 14. public void go() { System.out.println(”go in Goban”); } 15. } 16. 17. class Stone extends Goban implements Go { } 18. 19. interface Go { public void go(); } What is the result?()

A. go in Goban go in Sente go in Sente
B. go in Sente go in Sente go in Goban
C. go in Sente go in Goban go in Goban
D. go in Goban go in Goban go in Sente
E. Compilation fails because of an error in line 17.

查看答案
更多问题

拆卸排水电磁阀必须切断电源。

A. 正确
B. 错误

小学教师没有必要进行教学研究。

A. 正确
B. 错误

潜油电泵是指能在井下工作的()。

A. 离心泵
B. 无杆泵
C. 有杆泵
D. 抽油泵

简述会展调查的优缺点。

答案查题题库