[設計模式]創建模式-工廠模式(C++描述)

[設計模式]創建模式-工廠模式(C++描述) second60 20180424 1. 什麼是創建者模式 創建模式是設計模式中三類之一,主要是爲了對象的創建而產生的一系列設計模式。 包括: a) Factory Pattern: 工廠模式 b) AbstartFactory: 抽象工廠 c) Singleton:單例 d) Builder:創建者 e) Prototype:原型模式   這五類創建
相關文章
相關標籤/搜索