CPSC 421 OOP S23 UML Association

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