Object
-An object is a thing
-They have attributes that describe their appearance
-They exhibit behaviour
-They belong to classes
A class
= A template that describes the structure of an object. We
cannot create an object before its structure is defined.
-They make provision for attributes , properties and methods
Instances of a class
Individual members of a class are objects
A class’ members
The fields, properties and methods