摘要: 代理模式 1. 基于开闭原则 OCP: 对扩展开放,对修改封闭。 购物类: namespace ProxyPattern { public interface IShopping { void ChoiceProduct(string product); void PayForProduct(); 阅读全文
posted @ 2020-12-04 14:58 NiKaFace 阅读(120) 评论(0) 推荐(0) 编辑