0 votes
in Design Patterns by
What is the benefit of Factory pattern?

1 Answer

0 votes
by

Factory pattern encapsulates the implementation details and underlying implementation can be changed without any impact on caller api.

...