A Class Diagram is made to easily determine what a class needs to contain of Methodsand Propertiesalong with its Access modifier, Class Type (Abstract or Child) and its relations to other classes
Multiplicity defines the required or allowed number of instances when two classes are related to each other. It specifies the minimum and maximum number of objects that can participate in a relationship.
For example: An Activity in our project must have at least one associated Employee user to exist - this represents a mandatory one-to-many relationship.

Car has a DriverLibrary contains Books, but a Book can exist without the Library