Skip to search formSkip to main contentSkip to account menu

Double dispatch

Known as: Double dispatching, Double-Dispatching 
In software engineering, double dispatch is a special form of multiple dispatch, and a mechanism that dispatches a function call to different… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2016
2016
UML state machines and their visual representations are much more suitable to describe logical behaviors of system entities than… 
2011
2011
Along with the development of power grid,the requirement on the stability of power communication system is becoming higher and… 
2010
2010
Commonly used object-oriented languages like C++, Java and C# are single dispatch languages and do not support multiple… 
2009
2009
The invention discloses a method for realizing a double dispatch command center system in an IP network, belonging to the… 
2007
2007
Dynamically typed languages such as JavaScript present a challenge to just-in-time compilers. In contrast to statically typed… 
2006
2006
Double dispatch is the ability to dynamically select a method not only according to the run-time type of the receiver (single… 
1993
1993
classes Account, Transaction, Attribute Way objects interact: Transaction -> Account Transaction can post itself to set of… 
1992
1992
In this thesis, the refinement calculus is extended to support a variety of object-oriented programming styles. The late binding…