SEARCH YOUR FAVOURITE BOOK AND ORDER ONLINE

  • Object-Oriented Programming using C++  (Graduating from Structured Programming to Object-oriented Programming)

Object-Oriented Programming using C++ (Graduating from Structured Programming to Object-oriented Programming)

  • ₹ 279.00

Book Detail
What's special / Useful in this book This book is designed to serve as textbook for the students of BCA, BS (Computer Science), BSc (IT), PGDCA, MSc (Computer Science), MSc (IT), BE/ BTech, and MCA of various Indian Universities and Institutions.
Publication Year 2022
Edition 1st
Pages 348
Preface
Preface While writing the book, special emphasis is given to keep the language very simple and lucid, level of presentation is kept simple and illustrative so that even an average reader can grasp the subject matter with quite ease. The areas of strength of this book are in terms of that: O It provides a comprehensive coverage of the subject in a very lucid manner. O It demonstrates the development of programs in a good programming style, as inline with the industry standards. O It provides large number of ready to run example programs, for reference. O It provides large number of multiple choice questions. O It provides challenging exercises to test your knowledge about the subject learned. O It also provides large number of challenging programming exercises to test your programming skills acquired.
Table of Contents
Table of Contents Chapter 1: Graduating from C to C++ Chapter 2: Standard Input/Output. Chapter 3: OOP Concepts Chapter 4: Classes and Objects..... Chapter 5: Pointers.. Chapter 6: Constructors and Destructors Chapter 7: Operator Overloading and Type Conversion. Chapter 8; Inheritance Chapter 9: Virtual Functions and Polymorphism Chapter 10: Exception Handling... Chapter 11: Templates and Generic Programming. Chapter 12. File Handling. Chapter 13: Standard Template Library