Task-05
Abstraction & Polymorphism - 3
- Write a program in java to implement abstraction, the program should have two classes "Person" and "Employee" but it should not expose the details of "Person" class by using Abstraction.
Edited by Muhammad Manzoor Asif