Design the Factory pattern and What is its application ?
Answer / fact pandit
I think the question is on Factory Method Pattern. So I
will go in that direction. However there is another pattern
called the Abstract Factory Pattern which is realted to
Factory Method Pattern.
If we have to hide the "Creation" of an object and its
Concrete type to a client, then the tendency is to
use "Factory Method Pattern".
Normally a factory method is a method that is part of
an "Abstract Factory". Client calls the factory method on
an abstract factory which is a concrete object of an
interface whose type may or may not be known to the client,
to get a concrete object of the interface for product whose
concrete type may or may not be useful to the client.
| Is This Answer Correct ? | 0 Yes | 3 No |
When should design patterns be used?
When to Use a Factory Pattern?
What skills do you think are necessary for a UI UX Designer?
What is Color Theory?
What are the most important software design patterns?
What is difference between function oriented design and object oriented design?
What is the use of such a class?
What do you do to ensure that your design is carried out perfectly from your end?
What are the 23 design patterns?
What are the main usage of the patterns?
When singleton pattern is used?
Can we inherit singleton class?