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 |
Name some of the analytical tools and KPIs that you used in your evaluations.
4. Identify and bound the SOI’s Operating Environment.
write 5 best test cases like any password?password should be mixed case with atlest one number or special characters?
What is the difference between factory and abstract factory design pattern?
What development do you think is needed in the UI UX of our product?
What are structural design patterns?
Which design pattern is mostly used in net?
What according to you will be the next best thing in UI UX Design?
What is the prototype design pattern?
What is the difference between factory and builder design pattern?
What is the publish/subscribe model?
What three types of components comprise an application design?