Class Diagrams - Rybd04/2143-OOP GitHub Wiki

Definition

Class Diagrams

A map of classes and their relationships.

Explanation

Class Car has attributes like speed and color, and methods like drive() and stop(). It can connect to another class, like Engine.

Image

image

Additional Resources

https://www.geeksforgeeks.org/unified-modeling-language-uml-class-diagrams/

https://java-programming.mooc.fi/part-11/1-class-diagrams