Challenge: Mediator Pattern
In this challenge, you have to implement the mediator pattern to solve the given problem.
We'll cover the following...
Problem statement
In this challenge, you need to use the mediator pattern to implement the HR of an office that mediates between the employees (workers and managers) ...