CPSC 421 OOP S23 UML Association
Across
- 5. If a field/data member is a reference or pointer, then the relationship may be _____, but not always
- 7. Prefer Composition to Aggregation as the _____ of the variable is clearer
- 9. UML term _____ includes both attributes and association
- 10. A form of association where the source controls the lifetime of the target
Down
- 1. A form of association where the source shares the target and does not control the target lifetime
- 2. std::_____ptr<> is similar to std::unique_ptr<> but allows multiple clients that share the object
- 3. If a field/data member is a container of values, then the relationship may be _____
- 4. In UML, use _____ for data types in the design
- 6. In UML, use _____ for classes in the design
- 8. Composition and aggregation are often confused, and the terms used _____