Implemented Inheritance in Java
created a person class, which have child class Employee who uses the attributes and methods of parent class(Person)
created a person class, which have child class Employee who uses the attributes and methods of parent class(Person)