常見例句雙語例句The factory itself can be obtained using the standard JAXP approach, which relies on the Abstract Factory pattern to support pluggable service providers.工廠本身可用標(biāo)準(zhǔn) JAXP 方法獲得,它依靠抽象工廠模式支持可插入的服務(wù)提供者。The Abstract Factory can in turn build on and use the Factory Method implementation, as suggested in Design Patterns: Elements of Reusable Object-Oriented Software [GoF].就象在設(shè)計模式:可重用面向?qū)ο筌浖脑剡@本書中建議的那樣,抽象工廠先創(chuàng)建然后再使用工廠方法的實現(xiàn).blog.sina.com.cnAt this point, you may be tempted to go one step further and replace the factory method with a full-fledged abstract factory object, as detailed in Design Patterns by Erich Gamma, et al.此時,您可能很想更進一步并用成熟的抽象工廠對象替換工廠方法, 如 Erich Gamma 等人在 設(shè)計模式中詳細描述的那樣。 返回 abstract factory