UML: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:


Association is the most basic way for two [[Object-Oriented_Programming#Class|classes]] to be related.
Association is the most basic way for two [[Object-Oriented_Programming#Class|classes]] to be related.
:[[File:Association.png]]

Revision as of 22:36, 26 July 2022

Internal

Overview

UML stands for Unified Modeling Language. UML is useful to quickly communicate the structure and associations within a set of classes.

Association

Association is the most basic way for two classes to be related.

File:Association.png