当前位置:Java认证考试综合练习题库

问题:

[单选]

现有: 
1. interface Animal { 
2. void eat(); 
3. } 
4. 
5. // insert code here 
6. 
7. public class HouseCat extends Feline { 
8. public void eat() { } 
9. }  
和五个声明: 
abstract class Feline implements Animal { } 
abstract class Feline implements Animal { void eat(); } 
abstract class Feline implements Animal { public void eat(); } 
abstract class Feline implements Animal { public void eat() { } } 
abstract class Feline implements Animal { abstract public void eat(); } 
分别插入到第5行,有几个可以通过编译?() 

A . 0
B . 1
C . 2
D . 3

工程保修期从()之日起计算,保修期按合同约定。 单项合同工程完工验收。 单位工程验收。 竣工验收。 投入使用验收。 国家电网公司经营管理战略提出要贯彻()的方针,持续提升公司经营管理水平和资产运营效率。 自主创新、重点跨越、支撑发展、引领未来。 依法经营企业、严格管理企业、勤俭办企业。 体制、机制和管理创新“三个创新”。 统一领导、统一规划、统一标准、统一组织实施。 除保证药品供应外,能实现药品账目管理的工作制度是() 贵重药品管理制度。 效期药品管理制度。 差错登记制度。 领发制度。 分装制度。 战略管理的过程有哪些? 领导的三项主要角色是() 力求发展、变革和创新。 关注未来,进行战略思维和决策。 帮助员工做好工作规划。 注重人的因素,激发员工的积极性。

现有: 
1. interface Animal { 
2. void eat(); 
3. } 
4. 
5. // insert code here 
6. 
7. public class HouseCat extends Feline { 
8. public void eat() { } 
9. }  
和五个声明: 
abstract class Feline implements Animal { } 
abstract class Feline implements Animal { void eat(); } 
abstract class Feline implements Animal { public void eat(); } 
abstract class Feline implements Animal { public void eat() { } } 
abstract class Feline implements Animal { abstract public void eat(); } 
分别插入到第5行,有几个可以通过编译?() 

参考答案:

  参考解析

本题暂无解析

在线 客服