几种设计模式

几种设计模式
1、单例模式(singleton)
2、工厂模式(factory)
3、代理模式(proxy)
4、门面模式(facade)
5、命令模式(command)
6、享元模式(fly weight)

你可能感兴趣的:(几种设计模式)