Object Oriented Programming With C++ by Rohit Khurana
Book Summary:
The revised edition of Object-Oriented Programming with C++ has become more comprehensive with the inclusion of several topics. Like its previous edition, it provides an in-depth coverage of basic, as well as advanced concepts of object-oriented programming such as encapsulation, abstraction, inheritance, polymorphism, dynamic binding, templates, exception handling, streams, and Standard Template Library (STL) and their implementation through C++. Besides, the revised edition includes a chapter on multithreading. The book meets the requirements of students enrolled in various courses at undergraduate and postgraduate levels, including BTech, BE, BCA, BSc, MSc, and MCA. It is also useful for software developers who wish to expand their knowledge of C++.
Audience of the Book :
This book Useful for BTech, BE, BCA, BSc, MSc, and MCA Students.
Table of Contents:
1. Introduction to Object-Oriented Programming
2. Getting started with C++
3. Programming Elements of C++
4. Arrays, Structures and Unions
5. Functions
6. Classes and Objects
7. Constructors and Destructors
8. Operator overloading
9. Inheritance
10. Pointers, Virtual Functions and Polymorphism
11. Console IO Operations
12. File Handling in C++
13. Templates
14. Exception Handling
15. Standard Template Library (STL)
16. ANSI Features of C++
17. Multithreading
18. Object-Oriented Systems Development