UML: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 13: | Line 13: | ||
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:UML_Association.png]] | :[[File:UML_Association.png]] | ||
The |
Revision as of 22:49, 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.
In UML most things are optional, we only need to specify as much information in a diagram as make sense fr the current situation.
Association
Association is the most basic way for two classes to be related.
The