Inheritance in Java allows us to carry features of parent class to the subclasses. There are 5 types of Inheritance, Single, multilevel, multiple, hybrid & hierarchical with example