Skip to content

Implemented Inheritance in Java

Mahmood Rasheed requested to merge task2 into main

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

Merge request reports