InterviewSolution
Saved Bookmarks
| 1. |
What is the benefit of Factory pattern? |
|
Answer» Factory pattern encapsulates the implementation details and underlying implementation can be changed without any impact on caller api. |
|