next up previous
Next: Realization of operations: algorithms Up: Unit 01 Previous: Representation of the domain:

Class diagram

To make the classes and the relationships between the classes explicit, we can use the class diagram:

Example: class diagram of the CallCenter application.

Class diagrams are commonly used in software design. For example, the Unified Modeling Language (UML), which is the de facto standard formalisms for software design, allows one to develop quite sophisticated class diagrams.


next up previous
Next: Realization of operations: algorithms Up: Unit 01 Previous: Representation of the domain: