初學Java設計模式隨記 -- 抽象工廠(Abstract Factory)模式

 抽象工廠(Abstract Factory)模式的定義如下:    1. 用意: 提供一個創建一系列相關或相互依賴對象的接口,而無需指定它們具體的類。 (Provide an interface for creating families of related or dependent objects without specifying their concrete classes.)   2
相關文章
相關標籤/搜索