CPSA-F Exam QuestionsBrowse all questions from this exam

CPSA-F Exam - Question 31


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

Show Answer
Correct Answer: A,C,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

1 comment
Sign in to comment
alper1234455Options: CD
Jan 3, 2023

Observer and Facade