Step 1.2 Identifying Classes

A class is a collection of objects with similar:
Properties (attributes)
Behaviour (operations)
Relationships to other objects
For example, Fred, Brad, Janet and Slugger are all objects that belong to the class "person".

Note that an object may belong to a class even if it only shares a subset of the attributes of the other objects in the class.