Skip to content

3.6 Class diagram

The complete class diagram now looks like this:

Mermaid diagram Mermaid diagram

+ means public
- means private
<<constant>> means constant field (PascalCase per C# conventions)
Underlined means static
Multiplicity *1 on an association: many Circle or Rectangle instances may reference the same Point; each instance still has exactly one Center / TopLeftCorner.