[CareerCup] 8.2 Call Center 电话中心

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.

本文转自博客园Grandyang的博客,原文链接:电话中心[CareerCup] 8.2 Call Center ,如需转载请自行联系原博主。

上一篇:进程和线程的区别 | 手把手教你入门Python之一百零五


下一篇:分享我用Qt开发的应用程序【一】,附绿色版下载,以后会慢慢公布源码