Data Structures And Object Oriented Programming With C++ (For Anna University) by Khurana Rohit
Book Summary:
Data Structures and Object-Oriented Programming with C++ has been specifically designed and written to meet the requirements of engineering students. This is a core subject in the curriculum of all Computer Science programs. The aim of this book is to help students develop programming and analytical skills simultaneously such that they are able to design programs with maximum efficiency. The use of C language has been incorporated in the book to permit the execution of basic data structures in a variety of ways. This book also provides an in-depth coverage of object-oriented concepts, such as encapsulation, abstraction, inheritance, polymorphism, message passing and dynamic binding, templates, exception handling, streams and standard template library(STL) in C++.
Audience of the Book :
This book Useful for Computer Science Engineering Student.
Sailent Feature:
1. Simple and easy-to-follow text
2. Wide coverage of topics
3. University question papers with answers
4. Programming examples for clarity
5. Summary and exercises at the end of each chapter to test your knowledge
6. Answers to selected exercises
7. Objective type questions for student’s practice
Table of Content:
1. Stacks
2. Queues
3. Trees
4. Hashing
5. Sets
6. Graphs
7. Algorithm Design and Analysis
8. Sorting and Searching
9. Programming Elements of C++
10. Functions
11. Classes and Objects
12. Operator Overloading and Type Conversions
13. Inheritance
14. Pointer
15. Virtual Functions and Polymorphism
16. File Handling
17. Templates
18. Exception Handling
19. Strings