Hello
There is 3 factory related design patterns:
1. Simple Factory
2. Abstract Factory
3. Factory Method
Every one from this Design Patterns served for creation of objects. Instantiation of objects to created is incapsulated.
I will give examples for each one
There is 3 factory related design patterns:
1. Simple Factory
2. Abstract Factory
3. Factory Method
Every one from this Design Patterns served for creation of objects. Instantiation of objects to created is incapsulated.
I will give examples for each one
No comments:
Post a Comment