Hello
Abstract Factory Design Pattern is largest pattern from 3 factory-family patterns:
1. Simple Factory
2. Abstract Factory
3. Factory Method
I will start from implementation, using, class diagrams. After, i will put points, make comparing to other patterns in family.
Code
As implementation i use example: building Suzuki liana and Peugeot 206 by using Abstract Factory Design Pattern:
Using by client (as UnitTest):
Class Diagrams
So, Abstract Factory, as other factories is creational pattern.
Main difference from Factory Method - is ability to create factory which can create many objects. In Factory Method there is single creator which can create object, but in Abstract Family can be a lot of creators, each can create specific object.
If we will redesign Abstract Factory abstract class to have only one creator, it will be looks, like a Factory Method. I just removed Engines from design. Described in Fig 4:
That's all
Abstract Factory Design Pattern is largest pattern from 3 factory-family patterns:
1. Simple Factory
2. Abstract Factory
3. Factory Method
I will start from implementation, using, class diagrams. After, i will put points, make comparing to other patterns in family.
Code
As implementation i use example: building Suzuki liana and Peugeot 206 by using Abstract Factory Design Pattern:
Class Diagrams
Fig 1:class diagram without associations
Fig 2: class diagram with client associations
Fig 3: class diagram with associations inside of Abstract Factory
Main difference from Factory Method - is ability to create factory which can create many objects. In Factory Method there is single creator which can create object, but in Abstract Family can be a lot of creators, each can create specific object.
If we will redesign Abstract Factory abstract class to have only one creator, it will be looks, like a Factory Method. I just removed Engines from design. Described in Fig 4:
Fig 4:redesign to Factory Method
That's all
en → ru
объект
имя существительное: объект, предмет, цель, вещь, дополнение, несуразный человек, нелепая вещь
глагол: возражать, возразить, протестовать, не одобрять, не любить, не переносить
имя прилагательное: объектный, целевой, выходной
No comments:
Post a Comment