Mr. AB works in an office as manager. He has employee id, working hour and shift. His responsibility is to do two works. 1) to check documents’ status.If documents’ status is “Good”, then “We can deal” will be printed. And If documents’ status is “Done”, then “Proceed” will be printed. Admin can check managers’ working hours. If the working hour is more than 8 hours, “new work assignment” will be printed and if the working hour is less or equals 8 hours, “do previous work” will be printed.
Design the classes with proper attributes
Call all the methods from the main class.