Search Interview Questions | More than 3000 questions in repository. There are more than 900 unanswered questions. Click here and help us by providing the answer. Have a video suggestion. Click Correct / Improve and please let us know. |
|
| ||||
Design - Interview Questions and Answers for 'Emc' - 1 question(s) found - Order By Newest | ||||
| ||||
Ans. Factory Design Patterns is the pattern that recommends creation of separate Factory Object for creation of other object. So its like saying - If you want to create an object of ClassA, Talk to FactoryObject ( which is an object of FactoryClass ). FactoryObject in itself encapsulates the inputs and logic required to make the decision regarding the creation and construction of object. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  design pattern  factory design pattern Asked in 9 Companies | ||||
Related Questions | ||||
What is Dependency Injection or IOC ( Inversion of Control ) ? | ||||
What is MVC ? | ||||
What are the Wrapper classes available for primitive types ? | ||||
Difference between Factory and Abstract Factory Design Pattern ? | ||||
Difference between Factory and Builder Design Pattern ? | ||||
Difference between Builder and Composite ? | ||||
Difference between Factory and Strategy Design Pattern ? | ||||
What is the difference between subject and observable ? | ||||
What are the disadvantages of Design Patterns ? | ||||
What Design pattern Wrapper Classes implement ? | ||||