What is class, class diagram?
An object is an instance of a class. Class explains a group of objects with similar properties (attributes), behaviour (operations), kinds of relationships and semantics.
Example: person, company
Class diagram gives a graphic notation for modeling classes and their relationships.