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.
工厂本身可用标准 JAXP 方法获得,它依靠抽象工厂模式支持可插入的服务提供者。 - 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].
就象在设计模式:可重用面向对象软件的元素这本书中建议的那样,抽象工厂先创建然后再使用工厂方法的实现.
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.
此时,您可能很想更进一步并用成熟的抽象工厂对象替换工厂方法, 如 Erich Gamma 等人在 设计模式中详细描述的那样。 返回 abstract factory