Unified Modeling Language (UML)#

There’s a standard for visualizing the design of software and other systems: unified modeling language (UML). Next to many other types of visualization it standardizes how to express relations between classes graphically. Especially, inheritance relations can be visualized. We do not go into the details here. But you should know that there is a standard and from time to time you should practice reading UML class diagrams, since they are used for planning and communicating larger software projects.

UML class diagram with base classe, two child classes, and a class using another class for defining a member variable.

Fig. 90 Example of an UML class diagram.#

To get an overview of UML class diagrams have a look at Class diagram at Wikipedia.

An open source tool for drawing UML class diagrams is UMLet.

Other types of diagrams are shown in Wikipedia’s article Unified Modeling Language.