gof-visitor-two-class-hierarchies

Status: IN

The Visitor pattern defines two class hierarchies: one for the elements being operated on and one for the visitors that define operations on the elements; new operations are added by creating new visitor subclasses.

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

Depended on by

JSON