abstract factory
常見例句
- 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è)計(jì)模式:可重用面向?qū)ο筌浖脑剡@本書中建議的那樣,抽象工廠先創(chuàng)建然后再使用工廠方法的實(shí)現(xiàn).
blog.sina.com.cn - At 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.
此時(shí),您可能很想更進(jìn)一步并用成熟的抽象工廠對(duì)象替換工廠方法, 如 Erich Gamma 等人在 設(shè)計(jì)模式中詳細(xì)描述的那樣。 返回 abstract factory