Join 36000+ teachers and students using TTIO.
A class diagram is a diagram used in designing and modeling software to describe classes and their relationships. The diagram shows the names and attributes of the classes, connections between the classes, and sometimes also the methods of the classes. A class diagram resembles a flowchart in which classes are portrayed as boxes, each box having three rectangles inside. The top rectangle contains the name of the class; the middle rectangle contains the attributes of the class; the lower rectangle contains the methods, also called operations, of the class.
Class diagrams are the blueprints of your system or subsystem. You can use class diagrams to model the objects that make up the system, to display the relationships between the objects, and to describe what those objects do and the services that they provide. Class diagrams are useful in many stages of system design.
https://creately.com/lp/uml-diagram-tool/
www.teachyourselfpython.com