What is inheritance?
Sigiloso
Inheritance is a mechanism and advantage of Object Oriented Programming in which we can make use of code more then one time without writing it.Just by using extends keyword in Class or child such that the methods and variables of parent got inherites in the child.