3460:421 OOP S22 UML Association

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