What are known patterns for the adaptation of interfaces? (Choose two.)
What are known patterns for the adaptation of interfaces? (Choose two.)
The Bridge and Façade patterns are commonly known for the adaptation of interfaces. The Bridge pattern allows the separation of an interface from its implementation so that the two can vary independently. The Façade pattern provides a unified interface to a set of interfaces in a subsystem, making the subsystem easier to use. These patterns are specifically used for interface adaptation, unlike other options given.
Observer and Facade