UML: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Overview=
=Overview=


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


=Association=
=Association=


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.

Revision as of 22:21, 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.