bridge-separates-abstraction-from-implementation

Status: IN

The Bridge pattern allows separate class hierarchies (abstraction and implementation) to work together and evolve independently, as demonstrated by Window (logical) and WindowImp (platform-specific) hierarchies

Source: entries/2026/06/17/gof-oo-chunk-6.md

Depended on by

JSON