Title | Complete reference to C++ |
---|---|
File Size | 328.1 KB |
Total Pages | 97 |
Introduction The name "C++" Operators Arithmetic Operations on Characters Testing a Character Type Arrays cout<<“Sum of the 5 numbers = ”<<s; Two-Dimensional Arrays String & Math Functions User-defined Functions Storage Class for Variables Pointers and Arrays SESSION-14 Classes and Objects Constructors : They have same name like class. they don't have return type. they are invoked through object. they are used to initialize private variable. Destructors Inheritance Types of Inheritance Construction Destruction Multiple Inheritance Operator Overloading Friends