Software development UML diagram
2024-11-12 11:02:36 0 Report
Login to view full content
Other creations by the author
Outline/Content
\"Combination Relationship\
3. Association
geese flock
- Features
- Operation
1
Penguin
- Operation + Lay eggs()
wing
4. Aggregation
animal
- Features + Life
<<interface>> speech
- Features- Operations+ Speak()
5. Composition
oxygen
-Operation
<<interface>> Flying
- Features- Operations+ Fly()
6. Dependency
n
Donald Duck
- Operation + Speak()
Wild goose
- Operation + Lay eggs() + Fly()
Water
Climate
duck
2. Implementation (Generalization)
bird
- Features + Feathers
- Operation+ Lay eggs()
1 2
The order of strength of various relationships: Generalization = Implementation > Composition > Aggregation > Association > Dependency
Generalization
Collect
Collect
Collect
Collect
0 Comments
Next page
Recommended for you
More