MCPcopy Create free account
hub / github.com/amikey/java-design-patterns / App

Class App

bridge/src/main/java/com/iluwatar/bridge/App.java:10–35  ·  view source on GitHub ↗

In Bridge pattern both abstraction (MagicWeapon) and implementation (MagicWeaponImp) have their own class hierarchies. The interface of the implementations can be changed without affecting the clients.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected