Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Design the Factory pattern and What is its application ?



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

Post New Answer

More Design Patterns Interview Questions

What is impedance mismatch and How to solve the problem?

1 Answers   HP,


What are the design patterns you know explain?

0 Answers  


Is singleton scope thread safe?

0 Answers  


Can we have this pattern implemented using static class?

0 Answers  


What is the difference between 3 tier and n tier architecture?

0 Answers  


What skills do you think are necessary for a UI UX Designer?

1 Answers  


What is the design pattern?

0 Answers  


What are actually Model,view,Controller in MVC Pattern?

2 Answers   Honeywell,


What are the types of participants of the prototype design pattern you will get?

0 Answers  


Where should we use singleton design pattern?

0 Answers  


What are the languages used in the design pattern?

0 Answers  


What is a behavioral design pattern?

0 Answers  


Categories