InterviewSolution
Saved Bookmarks
| 1. |
Difference Between Factory And Strategy Design Pattern ? |
|
Answer» Factory is a creational design PATTERN whereas STRATEGY is behavioral design pattern. Factory REVOLVES around the creation of OBJECT at runtime whereas Strategy or POLICY revolves around the decision at runtime. Factory is a creational design pattern whereas Strategy is behavioral design pattern. Factory revolves around the creation of object at runtime whereas Strategy or Policy revolves around the decision at runtime. |
|