Object - Oriented Programming Using C++

Object - Oriented Programming Using C++

Sold ( 52 times )
6343 Views

This product is currently not available.

Save extra with 1 Offers

Get ₹ 50

Instant Cashback on the purchase of ₹ 400 or above

Product Specifications

Publisher PHI Learning All Computer Science books by PHI Learning
ISBN 9788120339231
Author: GOPALAN, N. P. , SIVASELVAN, B. , MALA, C.
Number of Pages 204
Available
Available in all digital devices
  • Snapshot
  • About the book
  • Sample book
Object - Oriented Programming Using C++ - Page 1 Object - Oriented Programming Using C++ - Page 2 Object - Oriented Programming Using C++ - Page 3 Object - Oriented Programming Using C++ - Page 4 Object - Oriented Programming Using C++ - Page 5

About The Book Object - Oriented Programming Using C++

Book Summary:

C++ is a popular object-oriented programming (OOP) language for developing high-performance computer applications. This text explores the various key concepts of object-oriented programming such as encapsulation, abstraction, overloading, inheritance, polymorphism, virtual functions, templates and exception handling. Since C++ is an extension of standard version of C, a detailed treatment of C is also given to address the needs of the first-time programmers not acquainted with the features set of C.

The book discusses in detail certain concepts that have remained grey for some time now. In this context, the notion of header files inclusion and its internals, and data structures that support features such as polymorphism are explained in detail. Equal emphasis is placed on syntaxes and the semantics behind the working of each feature of the language. Programming is not just syntaxes and the book attempts to present programming features in the right way by laying emphasis on concepts, internals, and illustrating such features by real-time programming examples as well. Programming is an art much like mathematics and is best appreciated and understood only if the conceptual side of the features is put forth as opposed to the conventional view of syntax emphasis.

This book will be useful for the students of :

All engineering disciplines

Computer Applications

Information Communication Technology (ICT)


Table of Contents:
contents
Preface
Chapter 1 INTRODUCTION TO C/C++ PROGRAMMING
Chapter 2 CONTROL STRUCTURES
Chapter 3 FUNCTIONS
Chapter 4 ARRAYS
Chapter 5 OBJECT-ORIENTED PROGRAMMING [C++]
Chapter 6 OPERATOR OVERLOADING
Chapter 7 INHERITANCE
Chapter 8 VIRTUAL FUNCTIONS AND POLYMORPHISM
Chapter 9 TEMPLATES AND EXCEPTION HANDLING
Appendix: Keywords in C/C++
Index