I Principles of object-oriented Programming Basic concept of object-oriented Programming, Benefits of OOP , Difference between object oriented language and procedure oriented language II Introduction of C++, Class, Objects, Creating Simple program using class and object
III Token expression and control structure
IV Classes and object in detail , Declaring class and defining member function, making outside function inline , Nesting member function, Private member function arrays within a class, memory allocation of objects, Static data members and Member
functions, Arrays of Objects , Object as a function argument, Friend functions,
Returning objects, const. member functions.