| Courses Software Training / Application Programming / Basic Computer Training | Locality A Narayanapura |
| Online class available Online class available available |
Inheritance is a mechanism in which one class (say child class or derived class) derives the properties i.e. methods and fields of another class(say a parent or base class) including itself.Inheritance is mostly used to increase the reusability(using the same piece of code often times) of code which makes the program efficient.Also to achieve runtime polymorphism.
Please visit at https://quipoin.com/view/Java/Inheritance