You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea of the project is to exercise the usage of polymorphism and abstract classes. Here I have one global abstact class Employee which is inherited by 3 other classes.