최신IBM Object Oriented Analysis and Design-Part1(Analysis) - C2140-833무료샘플문제
문제1
Which is the primary function of entity classes?
Which is the primary function of entity classes?
정답: A
문제2
Which view is NOT part of the RUP 4+1 View Model?
Which view is NOT part of the RUP 4+1 View Model?
정답: B
문제3
An architect looks at two classes. The first class has the following operations:
getName(),getSize(),getTotal(), and findAverage(). The second class has the following
operations:
getName(),getSize(), findAverage(), findMinimum(), and findMaximum(). The two classes share
the same superclass. Which operations are most likely contained in the superclass?
An architect looks at two classes. The first class has the following operations:
getName(),getSize(),getTotal(), and findAverage(). The second class has the following
operations:
getName(),getSize(), findAverage(), findMinimum(), and findMaximum(). The two classes share
the same superclass. Which operations are most likely contained in the superclass?
정답: A
문제4
Which two statements are true about use-case realization? (Choose two.)
Which two statements are true about use-case realization? (Choose two.)
정답: C,D
문제5
What does a required interface do?
What does a required interface do?
정답: C