UML

From Computer Science Wiki
Revision as of 07:49, 8 May 2020 by Mr. MacKenty (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Computational thinking, problem-solving and programming[1]

The Unified Modeling Language (UML) is a general-purpose, developmental, modeling language in the field of software engineering, that is intended to provide a standard way to visualize the design of a system.[2]

Please watch this linked youtube video for a friendly introduction to UML.

Class Diagrams[edit]

A UML class diagram describes the object and information structures used by your application, both internally and in communication with its users. It describes the information without reference to any particular implementation. Its classes and relationships can be implemented in many ways, such as database tables, XML nodes, or compositions of software objects.[3]

A helpful video[edit]

References[edit]