当前位置:SCJP程序员认证考试题库

问题:

[多选]

class One { 
void foo() {} 
} 
class Two extends One { 
 //insert method here 
} 
Which three methods, inserted individually at line 14, will correctly complete class Two?()

A .  int foo() { /* more code here */ }
B .  void foo() { /* more code here */ }
C .  public void foo() { /* more code here */ }
D .  private void foo() { /* more code here */ }
E .  protected void foo() { /* more code here */ }

泰勒认为,对那些体力或智力上不适合于干分给工作的“非第一流的工人”,应该采取什么措施使之适应工作需要?() 严厉斥责。 扣除奖金。 加以培训。 扣减工资。 错觉 ()、()不具有证人资格。 个人理财与公司理财有何区别? 泰勒最著名的代表作是()。 《科学管理原理》。 《管理备要》。 《管理的实践》。 《工业管理与一般管理》。

class One { 
void foo() {} 
} 
class Two extends One { 
 //insert method here 
} 
Which three methods, inserted individually at line 14, will correctly complete class Two?()

参考答案:

  参考解析

本题暂无解析

在线 客服