CSE :: Database System 2 - CS
- The fact that the same operation may apply to two or more classes is called what?
- The object-oriented development life cycle is which of the following?
- Multiplicity is the same as what concept for an ERD?
- Composition is a stronger form of which of the following?
- An abstract class is which of the following?
- The term Complete for a UML has the same meaning as which of the following for an EER diagram?
- A UML diagram includes which of the following?
- An object can have which of the following multiplicities?
- Which of the following statement is true concerning objects and/or classes?
- Which of the following applies to a class rather than an object?
A.
Analysis, design, and implementation steps in the given order and using multiple iterations. |
B.
Analysis, design, and implementation steps in the given order and going through the steps no more than one time. |
C.
Analysis, design, and implementation steps in any order and using multiple iterations. |
D.
Analysis, design, and implementation steps in any order and going through the steps no more than one time. |
A.
A class that has direct instances, but whose descendants may have direct instances. |
B.
A class that has no direct instances, but whose descendants may have direct instances. |
C.
A class that has direct instances, but whose descendants may not have direct instances. |
D.
A class that has no direct instances, but whose descendants may not have direct instances |