Changes
Page history
Update associations
authored
Jun 04, 2024
by
Lukas Damerau
Show whitespace changes
Inline
Side-by-side
uml/associations.md
View page @
043b32a2
...
...
@@ -6,7 +6,7 @@ An Association classifies a set of tuples representing links between typed insta
### Example


# Aggregation and Composition
...
...
@@ -19,7 +19,7 @@ Aggregation implies a relationship where the child can exist independently of th
### Example


Lecture (parent) and Student (child). Delete the Lecture and the Students still exist.
...
...
...
...