SOFTWARE ENGINEERING

SOFTWARE DESIGN

OBJECT ORIENTED DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following statements is NOT TRUE about associations in class diagrams
A
Associations represent relationships between instances of classes
B
Associations are the processes that a class will perform
C
The association can be scalar
D
The union can go both ways
Explanation: 

Detailed explanation-1: -Which of the following statement(s) is true about interaction diagrams? Explanation: Interaction diagram is used to describe some type of interactions among the different elements in the model. So this interaction is a part of dynamic behaviour of the system.

Detailed explanation-2: -An association class is identical to other classes and can contain operations, attributes, as well as other associations. For example, a class called Student represents a student and has an association with a class called Course, which represents an educational course. The Student class can enroll in a course.

There is 1 question to complete.