The visitor design pattern is a way of separating an algorithm from an object structure on which it operates. A practical result of this separation is the ability to add new operations to existing object structures without modifying those structures. This tag is a synonym of the more frequently used [visitor] - use it instead of this tag.
The visitor design pattern is a way of separating an algorithm from an object structure on which it operates.
A practical result of this separation is the ability to add new operations to existing object structures without modifying those structures.
This tag is a synonym of the more frequently used visitor; please use visitor rather than this tag.