设计模式(2)---->工厂方法模式
摘要:
工厂方法模式 一、定义 Define an interface for creating an object, but letsubclasses decide which class to instantiate. Factory Method lets a class deferinstanti 阅读全文
posted @ 2013-05-26 10:35 小-强-斋-太 阅读(187) 评论(0) 推荐(0) 编辑