搜索资源列表
FactoryMethod
- 本程序是一个关于建造者模式的小程序,其内容简洁易懂,很好的体现了建造者设计模式的特点,很适合初学设计模式的人-this is a small project about the style of builder mode ,it is simple but easy to understand.it is suitable for the beginner
factorymethod
- java小程序,主要体现工厂方法设计模式的应用、-java applets, mainly factory method design pattern application
FactoryMethod
- 定义一个用于创建对象的接口,让子类决定实例化哪一个类。Factory Method 使一个类的实例化延迟到其子类。-Analysis and implementation of common design patterns (C++)