gof-observer-abstract-coupling-subject-observer

Status: IN

The Observer pattern provides abstract and minimal coupling between Subject and Observer: a subject only knows it has a list of observers conforming to the abstract Observer interface, not their concrete classes.

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

Depended on by

JSON