簡單工場、工場方法、抽象工廠模式淺析

 簡單工廠模式      當需要加法類的時候,調用工廠類的CreateOperate(),要指定製造的Product   例如在大話設計模式P11給的運算工廠例子:    public static Operation createOperate(string operate) { Operation oper = null; 12 switch (operate) { case "+": { o
相關文章
相關標籤/搜索