|
| Total Answers and Comments: 4 |
Last Update: April 03, 2008 Asked by: chaitugoud |
|
| | |
|
Submitted by: Samuel Sanchez Inheritance is the capability of one class(derived class) to inherit properties i.e data members & functions of the base class.It supports reusability of code & is able to simulate the transitive nature of real life objects..It has many forms':Single inheritance, multiple inheritance, hierarchial & multilevel inheritance
Above answer was rated as good by the following members: bikash_tamang | Go To Top
|