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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub