3460:421 OOP UML Class Relationships

12345678910111213141516171819
Across
  1. 4. A dependency relationship is described as a ____ _ relationship
  2. 6. A type of association we will discuss later
  3. 8. A generalization relationship is described as a ____ _ relationship
  4. 10. Relationships in UML can have these which show the number of things
  5. 13. A UML attribute is a type of ________
  6. 15. One class has an element of another class
  7. 16. Relationships in UML can have these which give names to the end of a relationship
  8. 17. A UML ______ can be used instead of a UML attribute
  9. 18. For data types, we use an ______ in UML
  10. 19. It is a good idea (when possible) to reduce an association to a ________ relationship
Down
  1. 1. In Object-Oriented Design, the question is what _____ make up the system
  2. 2. When you have both dependency and association relationships between two classes, only show the ________ relationship
  3. 3. Class used as a parameter or local variable only
  4. 5. An association relationship is described as a ____ _ relationship
  5. 7. A central part of UML Class Design are the _______ between classes
  6. 9. A type of association we will discuss later
  7. 11. Relationships in UML can have these which show the direction
  8. 12. Grady Booch feels that UML is not supposed to be a _____ representation
  9. 14. For objects we use an _______ in UML