“Doing” responsibilities
and the uses relation
(cont.)
n
The relation is called
uses
: the
client
uses
the server.
n
Example: When a
Student
enrolls
in a
Course
, the
Student
object
requires that the
Course
object add
the
Student
to the roll.