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.

Related questions

0 votes
asked Oct 16, 2019 in Design Patterns by DavidAnderson
0 votes
asked Oct 16, 2019 in Design Patterns by DavidAnderson
...