We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6caa2 commit cdd586eCopy full SHA for cdd586e
bridge/src/main/java/com/iluwatar/bridge/App.java
@@ -2,6 +2,9 @@
2
3
/**
4
*
5
+ * The Bridge pattern can also be thought of as two layers of abstraction. With Bridge,
6
+ * you can decouple an abstraction from its implementation so that the two can vary independently.
7
+ * <p>
8
* In Bridge pattern both abstraction ({@link MagicWeapon}) and implementation
9
* ({@link MagicWeaponImpl}) have their own class hierarchies. The interface of the
10
* implementations can be changed without affecting the clients.
0 commit comments