What is Inheritance?
1788
23-Feb-2015
Updated on 23-Sep-2020
Shrikant Mishra
05-Oct-2019The derived class inherits the member of the base class is called inheritance. This is one object that has all the properties and behaviors of its parent object. Using inheritance we can reuse the code. We can achieve a single level and multi-level inheritance.
Anonymous User
23-Feb-2015