SOFTWARE ENGINEERING

SOFTWARE DESIGN

OBJECT ORIENTED DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is multiplicity for an association?
A
The multiplicity at the target class end of an association is the number of instances that can be associated with a single instance of source class
B
The multiplicity at the target class end of an association is the number of instances that can be associated with a number instance of source class
C
All of the mentioned
D
None of the mentioned
Explanation: 

Detailed explanation-1: -Explanation: All the statements mentioned are true with respect to Notations. 10. What is multiplicity for an association? Explanation: Multiplicity is number of instances associated with single instance to source class.

Detailed explanation-2: -There are four types of multiplicities: one-to-one, one-to-many, many-to-one, and many-to-many. One-to-one: Each entity instance is related to a single instance of another entity.

There is 1 question to complete.