InterviewSolution
Saved Bookmarks
| 1. |
What refers to the value associated with a specific attribute of an object and to any actions or side?(a) Object(b) State(c) Interface(d) None of the mentionedThis question was addressed to me in class test.This intriguing question originated from Building Blocks of UML topic in chapter Design and Implementation of Software Engineering |
|
Answer» CORRECT answer is (b) STATE Easy explanation: In a state CHART diagram, effects OCCUR when the ATTRIBUTE’s value changes. |
|