Status: IN
Multiple inheritance cannot implement a true Bridge in C++ because it creates a static compile-time binding between interface and implementation, preventing the runtime flexibility that Bridge requires.
Source: entries/2026/06/17/gof-oo-chunk-11.md