UML Class Diagram (Unified Modeling Language)

Class diagram in UML.

- Class diagram represents a set of classes, interfaces and collaborations and their relationships.
- Class diagram includes classes, interfaces, collaborations and their relationships.
- It can be used to model : Collaboration of classes & Database schema.
- It is one of the most common diagrams used.
- The object view of a system in static nature is represented.
- The concurrency of the system is represented by the active class used in this diagram.
- It is generally used for development purpose.
- It is one of the most widely used diagram during the system construction.
UML Object Diagram (Unified Modeling Language)
Object diagram in UML-Object diagram represents a set of objects and their relationships.......
Use Case diagrams - UML Tutorial
Use Case diagrams - A use case diagram depicts different users of the system and the functions of the system......
UML Sequence Diagram (Unified Modeling Language)
Sequence Diagram in UML - Sequence Diagram shows structural organization of the objects that send and receive.......
Post your comment