Multiple choice technology architecture

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

  1. Composite

  2. Bridge

  3. Adaptor

  4. Facade

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The Facade pattern provides a unified, simplified interface to a complex subsystem of interfaces. It defines a higher-level interface that makes the subsystem easier to use by reducing complexity and hiding the interactions between multiple subsystem components from clients.