So, I have an OOP course and my assignment was to make an abstract employee class and than make further base classes for it. This part was easy and after that I had to make an array of objects of 'Employee' type and use the whole polymorphism thing to initiate all the base classes accordingly.So, I have an OOP course and my assignment was