Skip to content

Latest commit

 

History

History

Facade

Facade Pattern

Structural Type

Intent:

Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use.

Visual Diagram

Visual Diagram Facade Pattern

image by refactoring guru