Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 157 Bytes

File metadata and controls

5 lines (3 loc) · 157 Bytes

工厂方法模式

工厂方法模式使用子类的方式延迟生成对象到子类中实现。

Go中不存在继承 所以使用匿名组合来实现