Given: Which two are true?()
A: The output is mm.
B: The output is mc.
C: Component is-a Meter.
D: Component has-a Meter.
E: DeluxeThingy is-a Component.
F: DeluxeThingy has-a Component.
A: The output is mm.
B: The output is mc.
C: Component is-a Meter.
D: Component has-a Meter.
E: DeluxeThingy is-a Component.
F: DeluxeThingy has-a Component.
举一反三
- 类和类之间的关系有哪几种? A: has-a uses-a is-a B: has-a uses-a C: uses-a is-a D: has-a is-a
- •10. The goal of any forecasting method is to predict the systematic component of demand and estimate the random component.
- Which is not the component of fashion? ( )
- The difference between a block format and an indented format is that in a block format, every component is left-aligned while in an indented format, every component has an indentation. A: 正确 B: 错误
- 考虑动作事件 ActionEvent,下面哪个方法用于识别受影响的是哪个组件?(). A: Public class getClass() B: Public Object getSource() C: Public Component getSource() D: Public Component getTarget() E: Public Component getComponent() F: Public Component getTargetComponent()