摘要: /// <summary> /// 简单工厂模式 Simple Factory Pattern /// geovindu,Geovin Du edit /// 动物 /// </summary> public interface IAnimal { /// <summary> /// /// </s 阅读全文
posted @ 2022-10-12 23:19 ®Geovin Du Dream Park™ 阅读(23) 评论(0) 推荐(0)
摘要: /// <summary> /// 解释器模式 Interpreter Pattern /// geovindu, Geovin Du edit /// </summary> interface Employee { /// <summary> /// 是否解释 /// </summary> /// 阅读全文
posted @ 2022-10-12 23:02 ®Geovin Du Dream Park™ 阅读(30) 评论(0) 推荐(0)
摘要: /// <summary> ///责任链模式 Chain of Responsibility Pattern 亦称: 职责链模式、命令链、CoR、Chain of Command、Chain of Responsibility /// geovindu,Geovin Du edit /// </su 阅读全文
posted @ 2022-10-12 06:24 ®Geovin Du Dream Park™ 阅读(26) 评论(0) 推荐(0)