UML: Difference between revisions
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: | :[[File:UML_Association.png]] |
Revision as of 22:37, 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.