72. | Multiplicity is the same as what concept for an ERD? |
Discuss |
Answer: (d).Cardinality
|
73. | An abstract class is which of the following? |
Discuss |
Answer: (b).A class that has no direct instances, but whose descendants may have direct instances.
|
74. | The term Incomplete for a UML has the same meaning as which of the following for an EER diagram? |
Discuss |
Answer: (d).Partial specialization rule
|
75. | The fact that the same operation may apply to two or more classes is called what? |
Discuss |
Answer: (b).Polymorphism
|
76. | Aggregation is which of the following? |
Discuss |
Answer: (a).Expresses a part-of relationship and is a stronger form of an association relationship.
|
77. | Composition is a stronger form of which of the following? |
Discuss |
Answer: (a).Aggregation
|
78. | Which of the following applies to a class rather than an object? |
Discuss |
Answer: (c).Scope
|
79. | The object-oriented development life cycle is which of the following? |
Discuss |
Answer: (a).Analysis, design, and implementation steps in the given order and using multiple iterations.
|
80. | The benefits of object-oriented modeling are which of the following? |
Discuss |
Answer: (d).All of the above.
|