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 |
3. Discuss the concept of system transition strategy
What are the Design Patterns you know
What is the prototype design pattern?
What is difference between GoF and J2EE patterns?
What are 5 common problems in the software development process?
What is the difference between architecture and design?
What are the biggest trends in UX Design these days?
What is Color Theory?
Where do you find inspiration and what are your long-term goals?
when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next
What is aop design?
How to test the quality of design ?