1
Reply

What is inheritance?

Bhuvanesh Mohankumar

Bhuvanesh Mohankumar

May 08, 2016
1k
0

    One of the most important concepts in object-oriented programming is inheritance. Inheritance allows us to define a class in terms of another class, which makes it easier to create and maintain an application. This also provides an opportunity to reuse the code functionality and speeds up implementation time.