UML

The UML Class diagram is a graphical notation used to construct and visualize object oriented systems. UML stand for Unified Modelling Language and closely related to object-oriented programming. UML diagram used widely to present a system or project/ application that based on object-oriented programming. In software engineering, a class diagram in the Unified Modeling Language is a type of static structure diagram that describes the structure of a system by showing the system’s classes, their attributes, operations, and the relationships among objects (Wikipedia). A class that showing 3 compartments (Figure 1) and the notations (Figure 2).

Figure 1: Example of UML Class
Figure 2: UML Notations (By Yanpas – Own work, CC BY-SA 4.0, https://commons.wikimedia.org/w/index.php?curid=48015014)

Recent Posts