Object Relationships
- Our UML diagram can show object relationships as well as class relationships.
- For example, an ItemList object is made up of a number of Item
objects.
- We call this relationship
an association (also aggregation) and
diagram it like this: