Exam CPSA-F All QuestionsBrowse all questions from this exam
Question 31

What are known patterns for the adaptation of interfaces? (Choose two.)

    Correct Answer: A, D

    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.

Discussion
alper1234455Options: CD

Observer and Facade