|
| |
Hierarchical Inheritance
It is the process of deriving two or more classes from single base class. And in turn each of the de
|
Encapsulation and Data hiding
Encapsulation means to put different things in a capsule i.e. single
|
Function Overloading
In it we can use the same function name to create functions that
perform different tasks. By usi
|
Multiple Inheritance
It is the process of deriving only one new class from multiple base cl
|
Constructor
Definition: It is a special member function which is used to give initial values automatically
|
Function - Call by reference
In this method the reference variables of the actual arguments are created as formal
|
Inheritance
The word inheritance means to pass on the features of one generation to the next.
|
Abstraction
A bstraction means to hide the internal details and show only essential features
to
|
Operator Overloading
From
the word overloading we mean that to give some new meaning to a thing.
In this process the ol
|
Class
A class is a group of objects that have common properties and common
|
|