UML CLASS DIAGRAMS

A Class Diagram in the Unified Modeling Language (UML) is a type of static structure diagram that describes the structure of a system by showing the system's classes, their attributes, operations (or) methods and the relationships between the classes. http://en.wikipedia.org/wiki/Class_diagram
Creately is a powerful online diagram software for creating UML Diagrams, Design patterns, Software diagrams, Flowcharts and more. Explore UML CLass Diagram related resources below or get your Free Creately Account now.

class-diagram Templates

UML Class Diagrams Explained

UML Class Diagrams are diagrams which represent the static view of an application. It describes the types of objects in the system and the static relationships between them.

Class Diagrams are not only used for visualizing and documenting different aspects of a system but also for constructing executable code of the software application.

UML Class Diagram Objects Explained

Visit the UML Class Diagram Objects page to see what the UML CLass Diagram objects represent.

A catalogue of all the UML Class Diagram objects available in Creately's library is discussed here.

Examples and Using class-diagrams in the real world

The Relationships that exist between Classes

In a class diagram, obviously you can’t have classes just floating around; you need to see the relationship between them. Peruse the content below to see the types of relationships that exist between classes, along with their notation, and also what they actually mean.

Articles, Tutorials & Blog posts on class-diagrams