visitor-enables-open-ended-operations

Status: IN

The Visitor pattern allows an open-ended number of operations on an object structure without modifying the classes in that structure, by defining a Visitor class with a Visit method per element type and an Accept method on each element

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

Depended on by

JSON