上传者: z1592570975
|
上传时间: 2021-11-29 20:58:37
|
文件大小: 560KB
|
文件类型: -
设计模式代码包括:
工厂方法(FactoryMethod)
适配器( Adapter)
解释器( interpreter)
模板方法( Template Method)
抽象工厂(Abstract Factory)
生成器( Builder)
原型( Prototype)
单态/单例( Singleton)
桥接( Bridge)
组成( Composite)
装饰( Decorator
外观( Facade)
享元( Flyweight)
代理( Proxy)
责任链( hain of Responsibility)
命令( Command)
迭代器( Iterator)
中介者( Mediator)
备忘录( Memento)
观察者( Observer)
状态( State)
策略( Strategy)
访问者( Visitor)