OOPc using C++

With this blog I want to share my knowledge of OOPs and C++. I Hope this can quench your thirst for learning.Any suggestions and comments are welcome.

Syllabus

1. Principles of object oriented programming

1.1 Procedures oriented programming Vs object oriented programming

1.2 Basic concepts of object oriented programming (Encapsulation, Polymorphism etc)

1.3 Benefits of object oriented programming

2. Classes & Objects

3. Constructors & Destructors

4. Operator overloading, functional overloading,Inline functions & types conversions 


5.Data structures in C++

6. Inheritance

7. Polymorphism