SOFTWARE ENGINEERING

SOFTWARE DESIGN

OBJECT ORIENTED DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ is the semantic relationship between two or more classifiers that involve connections among their instances
A
Composition
B
Multiplicity
C
Association
D
Navigability
Explanation: 

Detailed explanation-1: -An association is a relationship between classes (more precisely, instances of those classes) that indicates some meaningful and interesting connection (see Figure). In the UML, associations are defined as “the semantic relationship between two or more classifiers that involve connections among their instances."

Detailed explanation-2: -Dependency–A semantic relationship in which a change on one thing (the independent thing) may cause changes in the other thing (the dependent thing). (See the examples below.) Association–A structural relationship describing links between objects.

Detailed explanation-3: -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.