CPP is an Object Oriented Language and it an extension of C Language. It is a flexible and powerful language. This book is for all the programmers who wish to know about the language in depth.
This book is designed for all degree students under various universities of India. Its main objective is to create awareness about programming and OOPs concepts to the students. We tried to discuss about everything that related to Objected Oriented Programming.
We also tried to place object oriented capabilities such as data abstraction, inheritance and polymorphism. Also we explained all the procedure oriented concepts in the first few chapters. Concepts are explained through diagrams so that readers can understand in a better way.
Contents –
Unit – I
1. Program Development with C++
2. Control Structures of C++
3. Arrays, Strings and Pointers
4. Functions
5. Object Oriented Programming
Unit – II
6. Classes and Objects
7. Overloading
Unit – III
8. Inheritance
9. Polymorphism and Data Abstraction
10. Streams
Unit – IV
11. Exception Handling
12. Template
Multiple Choice Questions
Lab Programs