JAVA SP T


Lets dive into snapshot of my programs!💻

Write a Java program to create an abstract class Employee with abstract methods calculateSalary() and displayInfo(). Create subclasses Manager and Programmer that extend the Employee class and implement the respective methods to calculate salary and display information for each role.

💡Code:

19. 

📸Output :

output