8.2 Imagine you have a call center with three levels of employees: respondent, manager, and director. An incoming telephone call must be first allocated to a respondent who is free. If the respondent can't handle the call, he or she must escalate the call to a manager. If the manager is not free or not able to handle it, then the call should be escalated to a director. Design the classes and data structures for this problem. Implement a method dispatchCall() which assigns a call to the first available employee.

 

相关文章:

  • 2022-12-23
  • 2021-09-25
  • 2021-04-10
  • 2022-12-23
  • 2021-07-12
  • 2021-06-20
  • 2021-07-03
猜你喜欢
  • 2021-09-04
  • 2021-12-20
  • 2022-01-06
  • 2021-12-26
  • 2021-12-02
  • 2022-12-23
  • 2021-04-13
相关资源
相似解决方案