The Visitor Design Pattern
The visitor design pattern allows us to add operations to objects that already exist without modifying their classes and without extending them.
The visitor design pattern allows us to add operations to objects that already exist without modifying their classes and without extending them.