SOFTWARE DESIGN
OBJECT ORIENTED DESIGN
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following optional information can be given on an association between classes?
|
A small filled triangle near the association name to show in which way to “read” the name.
|
|
Name
|
|
An arrow at the end to show navigability.
|
|
Multiplicity at the end of an association.
|
Explanation:
Detailed explanation-1: -Multiplicity defines how many objects participate in a relationship and it is the number of instances of one class related to one instance of the other class. For each association and aggregation, there are two multiplicity decisions to make, one for each end of the relationship.
There is 1 question to complete.