Facade
design pattern
The facade pattern
is a design pattern that is used to simplify access to functionality in complex
or poorly designed subsystems. The facade class provides a simple, single-class
interface that hides the implementation details of the underlying code.
Treat this as a
helper class where lot of small things need to be done to get to a larger goal
completion.
Code link : https://github.com/sksumit1/DesignPatterns
No comments:
Post a Comment