An instance of a class or object, is a self-contained entity that consists of both properties, events and methods to manipulate the data.
Each object has its own values for the instance variables of its class and can respond to the methods as wel as raise events defined by its class.

