Skip to content

LasindaDilshan/Facade_Design_Pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DesignPtterns

Quick Guide to Facade Design Pattern

If a System consists of many subsystems, managing all of them may be very tough, and clients may find difficulties when communicating with each other. In this scenario, facade design patterns are handy. Instead of presenting complex subsystems, it provides a simple interface to the client.s. A facade does not encapsulate the subsystem classes or interfaces. It is one of those patterns that supports loose coupling.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages