Explain Factory pattern?
Answers were Sorted based on User's Feedback
Answer / swetha
Factory Design Pattern is a simple decision making class
that returns one of several objects depending on the data
provided. It comes under creational type of design pattern.
Example:
Suppose say that want to write the code to perform
arithmetic calculations. Initially you decided to write code
for only Addition and Subtraction. And later on you decided
to add more functionality by including Multiplication and
Division. Now, if you don't use Factory Design Pattern, we
need to change the entire code to include additional
functionality. But, when we use Factory Design Pattern, It
is easy to add additional functionality when needed without
disturbing previous code.
In factory class we create the instance of the classes
addition, subtraction, division and multiplication based on
the operator selected.
In this way Factory Design Pattern is useful.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / gaurav
For better answer :
http://planetofcoders.blogspot.com/2011/10/can-you-explain-factory-pattern.html
Is This Answer Correct ? | 1 Yes | 0 No |
How many types of controls are there in asp.net?
Why will you usually create an aspnet user account in the database for an asp.net web application?
How can we prepairing Interview
What is http post and http get?
Describe the difference between a Thread and a Process?
What is synchronous and Asynchronous post back ?
how to transfer the file from client to server using asp.net
0 Answers Sans Pareil IT Services,
From which base class all web forms are inherited?
What is asp net application object?
When do you set "<IDENTITY impersonate="true" />" ?
Please brief not about xsd,xslt & xml?
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?