SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

MISCELLANEOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A dependency ____ in relationship of UML.
A
is a semantic relationship between two model elements in which a change to one element (the independent one) may affect the semantics of the other element (the dependent one).
B
is a structural relationship among classes that describes a set of links, a link being a connection among objects that are instances of the classes.
C
is a diagram
D
is an element
Explanation: 

Detailed explanation-1: -Dependency is a relationship between two things in which change in one element also affects the other.

Detailed explanation-2: -A dependency means the relation between two or more classes in which a change in one may force changes in the other. However, it will always create a weaker relationship. Dependency indicates that one class depends on another.

There is 1 question to complete.