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