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 |
Dd you useuse OOA/OOD methodologies?did you use design patterns?
Why is singleton used?
Name some of the analytical tools and KPIs that you used in your evaluations.
What are the differences between the design patterns and the framework?
What is the difference between 3 tier and n tier architecture?
What is 'good design'?
what is the difference between the Adapter Pattern and Proxy Patterns?its seems both are almost similar?
How to analyze the design patterns ?
What non-visual coding tools are available for web design?
How did you design your unit tests?What about integration tests?
Did you use ooa/ood methodologies? Did you use design patterns?
Identify three types of systems or system upgrades that may be ideal candidates for a Waterfall Development Model strategy.