Dezign Patterns
Visitor Design Pattern
The Visitor Pattern allows you to add further operations to objects without having to modify them. It separates the logic that operates on the objects from the objects themselves.
The Visitor Pattern allows you to add further operations to objects without having to modify them. It separates the logic that operates on the objects from the objects themselves.