Visitor pattern

A visitor pattern is a software design pattern that separates the algorithm from the object structure. Because of this separation, new operations can be added to existing object structures without modifying the structures.

Source: Wikipedia — Visitor pattern (CC BY-SA 4.0)

Visitor pattern

A visitor pattern is a software design pattern that separates the algorithm from the object structure. Because of this separation, new operations can be added to existing object structures without modifying the structures.

Source: Wikipedia "Visitor pattern" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy