C++ Files and Streams
The iostream standard library cin and cout methods for reading from standard input and writing to standard output…
Data Encapsulation in C++
All C++ programs are composed of following two fundamental elements: · Program statements…
Data Abstraction in C++
Data abstraction refers to, providing only essential information to the outside word…
C++ Overloading
C++ allows you to specify more than one definition for a function name or…
C++ Inheritance
One of the most important concepts in object-oriented programming is that of…
Accessing the Data Members
The public data members of objects of a class can be accessed…
Define C++ Objects
A class provides the blueprints for objects, so basically an object is…
C++ Classes & Objects
A class definition starts with the keyword class followed by the class name; and…
C++ Strings
C++ provides following two types of string representations: The C-style character string…




