List Question
20 TechQA 2022-10-12T18:50:46.763000call non-virtual method of derived class in polymorphic hierarchy of library that can't be modified without down-casting
77 views
Asked by Soup Endless
Visitor Pattern and Double Dispatch
313 views
Asked by Solaxun
How to get concrete type from mapping variable?
358 views
Asked by Ryan Peschel
Double dispatch using visitor pattern in Java
155 views
Asked by kAmJi
`vec_arith` double dispatch error with packages
365 views
Asked by Justin Landis
How to use a Double Dispatch with compareTo in JAVA?
354 views
Asked by user140536
Wrong double dispatch method when putting a vctrs-built class in a package
225 views
Asked by Brice Nocenti
Double dispatch in R: S4 vs vctrs library
67 views
Asked by KrzJoa
How is an "isa?" based multimethod more than syntax sugar for instanceof?
252 views
Asked by Daniel
What exactly happened that we need double dispatch/visitor in c++
274 views
Asked by JayZ
Forward declaring class with templated code
106 views
Asked by thburghout
Overloading method without modifying classes
100 views
Asked by Nick Bull
Passing shared_ptr<Base> as shared_ptr<Derived>
99 views
Asked by Martin Spasov
C++ Double dispatch with runtime polymorphism?
434 views
Asked by Adam
C++ double dispatch example
1k views
Asked by Mr.O
Polymorphic binary function
134 views
Asked by Andrea Allais
How to Emulate Double Dispatch in Objective-C
191 views
Asked by Josué H.
Double dispatch in C++ not working
372 views
Asked by user7369463
Why we need accept() in Visitor pattern and why we cannot call visitor.visit() directly?
1.7k views
Asked by Andrey Rubliov
Visitor and double dispatch without overriding "accept" method in c++
714 views
Asked by affenärschle