A Class describes all the attributes of object, as well as the methods that implements the
behaviour of member object. That means this is a
template or blue print.
In object-oriented programming , a class is a template definition of the method s and
variable s in a particular kind of object . Thus, an object is a specific instance of a class; it
contains real values instead of variables.