Inheritance is a mechanism in which one object acquires all the properties and behaviour of parent object. In this chapter introduce the inheritance with the following content: Method overriding, super keyword, runtime polymorphism, aggregation (Has a).