Difference between abstract factory pattern and factory
method pattern in .NET with example.
Answer Posted / archanarastogi
The abstract factory pattern provides an interface for
creating a family of objects whereas factory method
provides an interface for creating one object
| Is This Answer Correct ? | 39 Yes | 5 No |
Post New Answer View All Answers
What methods are fired during the page load? Init()
Is it true that a Web service must be written in .NET or not?
Explain security types in asp.net?
What is route in web api?
What is the meaning of TestApi?
What is the use of service provider?
Is a dll file an executable?
Explain what are webservices?
Explain transparent caching with aop?
Which Is Faster MVC or ASP.net ?
Explain server-side scripting and client-side scripting.
What is marshalling ? Is it a part of asp.net ?
What is the good practice to implement validations in aspx page?
What are tuples?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?