Answers for "what is uml in software engineering"

3

what is uml

Unified Modelling Language (UML) is a standard way to visualize the design of a system. 
Structural UML diagrams
Structural and Behavioural Diagrams are common known Types of UML Diagrams

Structural UML diagrams:
- Class diagram
- Package diagram
- Object diagram
- Component diagram
- Composite structure diagram
- Deployment diagram
- Behavioral UML diagrams

Behavioral UML diagrams:
- Activity diagram
- Sequence diagram
- Use case diagram
- State diagram
- Communication diagram
- Interaction overview diagram
- Timing diagram
Posted by: Guest on January-26-2022

Code answers related to "what is uml in software engineering"

Browse Popular Code Answers by Language