windowimps-configured-via-abstract-factory

Status: IN

In the Lexi case study, a WindowSystemFactory (Abstract Factory) creates WindowImp, ColorImp, and FontImp objects; the Window constructor uses this factory to initialize its _imp member, keeping platform selection centralized and demonstrating Abstract Factory composing with Bridge.

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

Depended on by

JSON