Discussion :: Object Oriented Programming Using C++ - Section 1 (Q.No.16)
- «« Object Oriented Programming Using C++ - Section 1
- Object Oriented Programming Using C++ - Section 2
- Object Oriented Programming Using C++ - Section 3
- Object Oriented Programming Using C++ - Section 4
- Object Oriented Programming Using C++ - Section 5
- Object Oriented Programming Using C++ - Section 6
- Object Oriented Programming Using C++ - Section 7
- Object Oriented Programming Using C++ - Section 8
- Object Oriented Programming Using C++ - Section 9
- «« Object Oriented Programming Using C++ - Section 10
- «« Object Oriented Programming Using C++ - Section 11
Swarali said: (Mar 6, 2012) | |
Inheritance is one of the major pillar of c++ which makes it object oriented programming. |
Majid Iqbal said: (Apr 19, 2012) | |
Inheritance:. (1) The process of deriving a new class from an existing (Old) class is called inheritance. (2) The Old class is referred a Base Class, and a new one is called as Derived Class. |
Vimal Vaiwala said: (Mar 26, 2014) | |
Inheritance is basically used to property of base class. |
Kamal Borana said: (Feb 15, 2017) | |
Because inheritance is a striking features of object oriented paradigm. |
Rohini Bhakre said: (Nov 24, 2018) | |
Inheritance inherits the properties of base class. |
Post your comments here:
Name *:
Email : (optional)
» Your comments will be displayed only after manual approval.