Visitor

Home > Computer Science > Software Engineering > Software design patterns > Visitor

The Visitor pattern allows separation of algorithms from objects, by defining new operations on a collection of objects without modifying their respective classes.