玉林师范学院学报
玉林師範學院學報
옥림사범학원학보
Journal of Yulin Teachers College
2014年
2期
82-86
,共5页
设计模式%工厂模式%抽象工厂模式
設計模式%工廠模式%抽象工廠模式
설계모식%공엄모식%추상공엄모식
design pattern%factory pattern,abstract factory pattern
工厂模式是常用的设计模式,一般分为简单工厂模式、工厂方法模式、抽象工厂模式三类。工厂方法模式是对简单工厂模式推广,抽象工厂模式是对工厂方法模式推广。简单工厂模式和工厂方法模式是针对单个产品族的问题,如果对应于多个产品族,则不宜解决。针对这一问题,本文通过Java语言实现了抽象方法模式来解决多个产品族的问题。
工廠模式是常用的設計模式,一般分為簡單工廠模式、工廠方法模式、抽象工廠模式三類。工廠方法模式是對簡單工廠模式推廣,抽象工廠模式是對工廠方法模式推廣。簡單工廠模式和工廠方法模式是針對單箇產品族的問題,如果對應于多箇產品族,則不宜解決。針對這一問題,本文通過Java語言實現瞭抽象方法模式來解決多箇產品族的問題。
공엄모식시상용적설계모식,일반분위간단공엄모식、공엄방법모식、추상공엄모식삼류。공엄방법모식시대간단공엄모식추엄,추상공엄모식시대공엄방법모식추엄。간단공엄모식화공엄방법모식시침대단개산품족적문제,여과대응우다개산품족,칙불의해결。침대저일문제,본문통과Java어언실현료추상방법모식래해결다개산품족적문제。
The factory pattern is a common design pattern, could be further divided into three specific design patterns, simple factory pattern, factory method pattern and the abstract factory pattern. The factory method pattern is the extension of simple factory pattern, and the abstract factory pattern also is the extension of the factory method pattern. In general, the first two are designed to tackle the single product family, but not to tackle the multi product family. In response to this problem, the java language is applied to implement the abstract factory pattern.