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.

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



Discussion

No Comment Found