Computer Science, asked by PriyadharshiniASJP, 3 months ago

UML plays an important role in defining different perspective of a system.Justify the statement.
it's urgent

Answers

Answered by santy2
0

Answer:

The statement is very much correct.

It is true that UML plays an important role in defining different perspective of a system.

Explanation:

UML is short for Unified Modelling Language.

UML is a standardized modelling language consisting of an integrated set of diagrams, developed to help systems and software developers for specifying, visualizing, constructing and documenting the artifacts of software system as well as for business modelling.

UML can be used with all three perspective. The three perspective of UML include;

1. Implementation Perspective

2. Specification Perspective

3. Conceptual Perspective.

By tagging classes with a stereotype you can provide an indication of perspective.

You mark classes with <<implementation class>> to show the implementation Perspective and you mark classes with <<type>> to show the specification Perspective and conceptual Perspective.

Similar questions