Factory Patterns are normally use to abstract away the logic for create a product.
i.e creating a product by passing through some param defer the creation of different types object.
1 |
|
Factory Patterns are normally use to abstract away the logic for create a product.
i.e creating a product by passing through some param defer the creation of different types object.
1 |
|
Reflection
Decorator