Object : An object is an instance of a class. When a class is defined, no memory is allocated but when it is instantiated (i.e. an object is created) memory is allocated.
To use the data and access functions defined in the class you need to create objects.