Oops Uml DP
Oops Uml DP
To illustrate, let’s take two classes, Professor class, and Department class. Below are the
type of relationships/associations that can be possible between them
❑ One professor can only be assigned to work in one department. This forms a one-to-
one association between the two classes.
❑ One professor can be assigned to work in multiple departments. This is a one-to-
many association between the two classes.
❑ Multiple professors can be assigned to work in one department. This forms a many-
to-one association between the two classes.
❑ Multiple professors can be assigned to work in multiple departments. This is the
many-to-many association between the two classes.
What is Object Oriented Analysis and Design?
• During Object Oriented Analysis there is an emphasis on finding
and describing the objects or concepts in the problem domain.
For example, in the case of the flight information system, some of
the concepts include Plane, Flight and Pilot.