Known patterns for the adaptation of interfaces include:A. Bridge - This design pattern is used to separate abstraction from its implementation so that both can be modified independently without affecting each other.D. Façade - This pattern provides a simplified interface to a more complex subsystem, serving as a point of entry to a larger body of code, making it easier to use.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit