Changes
Page history
Update associations
authored
May 14, 2019
by
Christian Zirkelbach
Show whitespace changes
Inline
Side-by-side
uml/associations.md
View page @
f171a44f
...
...
@@ -3,11 +3,11 @@
# Associations
An Association classifies a set of tuples representing links between typed instances, e.g., two instances of classes at runtime.
## Example
##
#
Example

# Aggregation and Composition
Aggregation and Composition are subsets of associations
meaning
they are specific cases of association.
Aggregation and Composition are subsets of associations
, i.e.,
they are specific cases of association.
In both aggregation and composition object of one class "owns" object of another class. But there is a small difference.
## Aggregation
...
...
...
...