Diagrams in UML
A diagram is the graphical representation of a set of elements, usually rendered as a connected graph of vertices (things) and arcs (relationships).
? Class diagram shows a set of classes, interfaces, and collaborations with their relationships.
? Object diagram shows a set of objects and their relationships.
? Use case diagram shows a set of use cases and actors (a special kind of class) and their relationships.