PPT Slide
Inheritance - properties that are available through a base class upon which a new class is based.
Encapsulation - object encapsulates its data. Data can only be accessed through function calls designed for that purpose.
Methods - the above mentioned functions also used to create a new object from a class.
Class - definition code used to construct an object
Object - a particular instance of a class