Visitor Design Pattern in Modern C++ vishal chovatiya

Double Dispatch : Visitor Design Pattern in Modern C++

Reading Time: 8 minutes In software engineering, Behavioural Design Patterns deal with the assignment of responsibilities between objects. That in turn, make the interaction between the objects easy & loosely coupled. In this article of the design pattern series, we’re going to take a […]