Java
What is th ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
What is the purpose of the design pattern
Bridge
?
Conversion from one interface to another
Decouple abstraction from implementation to be able to use them independently
To route requests from object-sender to object-reciever
To control access to another object
Explanation
Pattern
Bridge
is used when it is necessary to avoid a strong coupling between abstraction and implementation. Usually, in this case, both abstractions and implementations must be extended by new sub-classes.
patterns
Bridge
1
(1)
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
Related Content
Which design pattern is represented by the following code? ...
Which statements about the following code are correct ? (in some application): ...
Using of which design pattern is demonstrated by the following code: ...
What is the main difference between design patterns Decorator and Prox...
J
ava
Quiz
Login to learn Java
or
Read more about
Java Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Keep exploring
Java quizzes
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
int i = Integer.MAX_VALUE + 10; What is th...
What happens after the following code is compiled and run: ...
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment