3460:421 OOP UML Composition & Aggregation

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