Skip to content
SP StackPractices

Tag: visitor

1 resource tagged with "visitor" on StackPractices.

Visitor Pattern

Represent an operation to be performed on elements of an object structure without changing the classes of the elements. A behavioral design pattern.