EMERGING TRENDS IN SOFTWARE ENGINEERING
MISCELLANEOUS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
odd one in relationship in UML
|
Dependency
|
|
Association
|
|
Generalization
|
|
Relization
|
|
Diagrams
|
Explanation:
Detailed explanation-1: -If you have 1.. * on the Class end that means that a Student has at least 1 and possible more Classes . 0.. * on the Class end means that a student could also have no Classes at all.
Detailed explanation-2: -0..1 is no object or one object. The multiplicity of an association can be set directly in the diagram, or via the properties pop-up window of the association. For attributes and operations, the multiplicity can only be set via their properties pop-up window.
There is 1 question to complete.