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

问题:

[多选]

Which statements concerning the relationships between the following classes are true?()  
class Foo {  int num;  
Baz comp = new Baz();  
}  
class Bar {  boolean flag;  
}  
class Baz extends Foo {  
Bar thing = new Bar();  
double limit;  
}  

A . A Bar is a Baz.
B . A Foo has a Bar.
C . A Baz is a Foo.
D . A Foo is a Baz.
E . A Baz has a Bar.

在柯尔伯格的三水平六阶段的道德发展理论中,"好孩子定向"是第3阶段的特征。 CO2排除综合征 婴儿的陌生人焦虑一般发生在6个月左右。 使用用电磨头时,安全方面要注意()。 穿胶鞋,戴绝缘手套。 使用前要空转8~10min。 砂轮外径不允许超过铭牌规定尺寸。 新砂轮必须进行修整。 砂轮必须进行静平衡。 砂轮与工件接触力不宜过大。 3岁儿童的羞愧感已经与恐惧感完全分离。

Which statements concerning the relationships between the following classes are true?()  
class Foo {  int num;  
Baz comp = new Baz();  
}  
class Bar {  boolean flag;  
}  
class Baz extends Foo {  
Bar thing = new Bar();  
double limit;  
}  

参考答案:

  参考解析

本题暂无解析

在线 客服