《大话设计模式》学习笔记22:享元模式
摘要:
网站共享代码示例:1.Flyweight: public abstract class WebSite { public abstract void Use(); }2.ConcreteeFlyweight: public class Concrete... 阅读全文
posted @ 2015-06-02 16:14 Walden1024 阅读(244) 评论(0) 推荐(0) 编辑
2015年6月2日 #
posted @ 2015-06-02 16:14 Walden1024 阅读(244) 评论(0) 推荐(0) 编辑
posted @ 2015-06-02 10:25 Walden1024 阅读(3021) 评论(0) 推荐(0) 编辑