The company currently operates a discount scheme. Western Isles resIDents get a 10% discount.
Scotia also records the island of resIDence of these passengers for marketing purposes. Business
travellers get a 25% discount and must supply their company name. Ordinary passengers do not
normally receive a discount unless it is part of a current promotion,in which case they receive a
5% discount.
我是否应该有乘客舱,每个独立类型的客户都是从哪一类继承的?任何有关这方面的帮助将不胜感激
解决方法 在我看来,你不想继承Passenger.继承意味着对象在某种程度上发生了变化,但无论乘客获得什么折扣,乘客都是乘客.换句话说,他的功能并没有因为他获得更大的折扣而改变.您正在使用的这个示例非常接近通常为Decorator模式提供的示例,尽管这通常是因为它表明可以对正在装饰的对象(在您的情况下为Passenger)应用多个折扣.看看wiki here上的Coffee示例
另一种可能性是策略模式,这为您提供了一个干净的界面,用于为乘客创建票证,而在内部则根据请求票证的乘客类型切换discountStrategy.
总结以上是内存溢出为你收集整理的c# – 有条件预订系统的最佳设计模式全部内容,希望文章能够帮你解决c# – 有条件预订系统的最佳设计模式所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)