抽象工厂模式
一、初识抽象工厂模式
代码:
https://github.com/hufanglei/daily-code/tree/abstract-factory-example1
二、体会抽象工厂
不用抽象工厂的代码:
https://github.com/hufanglei/daily-code/tree/abstrac-factory-example02
使用抽象工厂改进:
https://github.com/hufanglei/daily-code/tree/abstract-factory-example3
三、理解抽象工厂模式
四、定义可扩展的工厂
https://github.com/hufanglei/daily-code/tree/abstract-factory-example4
五、理解抽象工厂模式
五、理解抽象工厂
六、思考抽象工厂模式
完