scrapbook.qujck.com
Multiple Dispatch, Double Dispatch and the Visitor Pattern
I’ve been looking into the Visitor pattern and figuring out how to make it work with overloaded methods. Starting with the abstractions interface IVisitor { void Visit(AbstractElement element…