Skip to content

Commit

Permalink
Added Structure Diagram for the Facade pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaganeshrk committed Oct 13, 2022
1 parent 181ef55 commit ad704aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Structural/Facade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ of external code on the inner parts of a library, because the most part of the c

The facade design pattern uses the interface methods to delegate functions to the more complex methods that are part of the system
implementation, which remain hidden for outside code (normally the client code).

## STRUCTURE

<img src="../../media/facade.png" alt="Facade patterns">
Binary file added media/facade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad704aa

Please sign in to comment.