Visitor
Term side of the Card
Topic: Behavioral Patterns
Unit title: Visitor
Categories: Design pattern
Explanation side of the Card
Explanation: The design pattern that allows new operations to be added to existing object structures without modifying the objects themselves. It centralizes operations in a separate visitor class and promotes the Open-Closed principle.