A collaboration diagram shows an interaction organized around the
objects
in the interaction and their links to each other. The following example
is
the same one used in the sequence diagram.
The internet browser sends a makeReservation() message to a travel
agency,
which sends a makeReservation() message to a car rental reservation. If
the
car is available, then it makes a Reservation and a Confirmation.