基本的几个设计模式

简单工厂模式 单例模式 建造者模式(Builder) 原型模式(prototype)—克隆 中介者模式(Mediator) 代理模式 观察者模式(Observe) 策略模式(strategy) 状态模式 享元模式(Flyweight) 装饰器模式 简单工厂模式 public interface Car(){ public void run(); } public class Audi im
相关文章
相关标签/搜索