问答题

根据说明中的叙述,抽象出如下表所示的方法,请指出上图中的类Customer- InformationSystem和

功能描述 方法名
        向系统中添加客户 addCustomer
        根据给定的客户标识,在系统中查找该客户 getCustomer
        根据给定的客户标识,从系统中删除该客户 removeCustomer
        创建新的联系人 addContact
        在系统中查找指定的联系人 getContact
        从系统中删除指定的联系人 removeContact

【参考答案】

Customer lnformation System的方法: addCustomer,getCustomer,remo......

(↓↓↓ 点击下方‘点击查看答案’看完整答案、解析 ↓↓↓)