As described in the original GoF book, Visitor Pattern lets you define a new operation without changing the classes of the elements on which it operates. Visitor Pattern is using an OOP technique called Double Dispatch. Problem Let's say you want to ...
dsimunovic.hashnode.dev5 min read
No responses yet.