Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in double-dispatch

Java Class.cast() and Overload

Why we need accept() in Visitor pattern and why we cannot call visitor.visit() directly?

Trying to use templates to double dispatch physics collision

(Nested?) Multiple Dispatch [Visitor Pattern]

Visitor Pattern in C++ with multiple visitable parameters

Visitor pattern where the visitors choose how to traverse

Two-way extensible hierarchy with Java

java oop double-dispatch

C++ double dispatch "extensible" without RTTI

I need to ask about the object class, but it's a bad practice. Alternatives for this case?

Double dispatch in Pharo

C++ Double Dispatch for Equals()

C++: doubts about visitor pattern

How to call the correct method in Scala/Java based the types of two objects without using a switch statement?

scala double-dispatch

What is Single and Double Dispatch?

Double-dispatch and alternatives

c# .net double-dispatch

Polymorphically Dispatching in Java

java double-dispatch

Understanding double dispatch C++

c++ double-dispatch

Java method overloading + double dispatch

What's the difference between Polymorphism and Multiple Dispatch?

Difference betwen Visitor pattern & Double Dispatch