REQUIREMENTS ENGINEERING
REQUIREMENTS GATHERING AND ANALYSIS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Activity Diagram
|
|
Sequence Diagram
|
|
Class Diagram
|
|
Use-Case Diagram
|
Detailed explanation-1: -The class diagrams are widely used in the modeling of objectoriented systems because they are the only UML diagrams, which can be mapped directly with object-oriented languages. Class diagram shows a collection of classes, interfaces, associations, collaborations, and constraints.
Detailed explanation-2: -UML diagrams provide many perspectives of a system during analysis and development. UML defines a set of graphical diagrams that are used for many planning, design and implementation tasks depending on the angle that you are viewing the system.
Detailed explanation-3: -Class Diagram Class diagrams are the main building block of any object-oriented solution. It shows the classes in a system, attributes, and operations of each class and the relationship between each class.