SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

MISCELLANEOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A generalization is a ____ in Relationship of uml.
A
is a specialization/generalization relationship in which the specialized element (the child) builds on the specification of the generalized element (the parent).
B
is a semantic relationship between classifiers, wherein one classifier specifies a contract that another classifier guarantees to carry out.
C
element
D
diagram
Explanation: 

Detailed explanation-1: -Generalization is also called as a parent-child relationship.

Detailed explanation-2: -In UML modeling, a generalization relationship is a relationship that implements the concept of object orientation called inheritance. The generalization relationship occurs between two entities or objects, such that one entity is the parent, and the other one is the child.

There is 1 question to complete.