Sciweavers

2 search results - page 1 / 1
» Parasitic Methods: An Implementation of Multi-Methods for Ja...
Sort
View
OOPSLA
1997
Springer
13 years 8 months ago
Parasitic Methods: An Implementation of Multi-Methods for Java
In an object-oriented programming language, method selection is (usually) done at run-time using the class of the receiver. Some object-orientedlanguages(such as CLOS) have multi-...
John Boyland, Giuseppe Castagna
TOOLS
2000
IEEE
13 years 9 months ago
Java Multi-Method Framework
— In Java, method implementations are chosen at runtime by late-binding with respect to the runtime class of just the receiver argument. However, in order to simplify many progra...
Rémi Forax, Étienne Duris, Gilles Ro...