ISBN-13: 9783659969102 / Angielski / Miękka / 2016 / 152 str.
This book introduces the syntax and features of C++ programming language in a very simple and understandable manner. All the concepts of C++ are very well exemplified with programming codes containing the outputs of the sample programs. Salient Features It has 5 Chapters Introduction to OOP, Core C++ Concepts(Which Includes Access Controls, Accessing Data Members, Constructors, Destructors, Mutable Keywords), Inheritance(Which Includes Overview of Inheritance,Inheritance visibility mode, Order of Constructor Call, Upcasting in C++, Functions that never inherited , Inheritance & static Functions, Hybrid Inheritance & Virtual Function) Polymorphism(Which Includes Function Overriding, Virtual Functions, Abstract Class,Virtual Destructors) Operator Overloading(Which Includes Introduction to Operator Overloading, Implementing Operator Overloading, Restriction on Operator Overloading, Operator Overloading Examples with Arithmetic Operator, I/O Operator & Relational Operator, Copy Constructor vs Assignment Operator.