Inheritance is one of the difficult concepts to grasp in Object Oriented Programming. Java programming language does provide inheritance where child classes can inherit their parent class. In this article, we shall learn how to implement inheritance in Java programming language including sample codes.