java i have a assignment of oop by using java can any body help me pz
: Design and implement these four classes Employee, MonthlySalEmployee, HourlySalEmployee, Company and implement the following functions:
⦁ Create an application class with N HourlySalaryEmployee objects and N MonthlySalEmployee objects.
⦁ Create constructors, accessor and mutator as per your need in the program
⦁ Should ask the user to input the data for the MonthlySalEmployee and parent class attribute, same for the HourlySalEmployee class
⦁ should calculate average salary of all Hourly Employee and Monthly Employee respectively
⦁ Displayinfo() should display all the information of the all the attributes of the class and parent class and salary.
⦁ calcSal() should calculate salary according to class criteria