Golang設計模式 之工廠方法模式

工廠方法模式 工廠方法模式使用子類的方式延遲生成對象到子類中實現。web Go中不存在繼承 因此使用匿名組合來實現svg Show Code Time package factorymethodxml //Operator 是被封裝的實際類接口 type Operator interface { SetA(int) SetB(int) Result() int }對象 //OperatorFact
相關文章
相關標籤/搜索