Visitor - Design Pattern
Objective 🎯
Provide a way of separating an algorithm from an object allowing to add/change operations at run time.
Type ✅
✔️Behavioral: Describes how objects interact/communicate between themselves.
❌Creational: Describes how to instantiate an objec...
victorlins.hashnode.dev3 min read