NOOL 2015
From IEETA
Deadline | 2015/09/01 |
---|---|
Starts | 2015/10/23 |
Ends | 2015/10/30 |
Participant | Miguel Oliveira e Silva |
Location | Pittsburgh, Pennsylvania |
Country | United States |
URL | http://2015.splashcon.org/track/nool2015 |
Proposal for an Object-Oriented Multiple Dispatch Mechanism
Although multiple dispatch is recognized to be a very useful tool to properly solve difficult programming problems such as those resulting from binary methods, the large majority of existing object-oriented programming languages still don’t support it. The few ones that provide such a mechanism do so in ways that either lie outside object-oriented modular construct (class), or possess some other limitations. In this short paper a new object-oriented language mechanism for multiple dispatch is presented (using Java as the base language) that is completely integrated within existing OO language constructs, and provides a simple, expressive, and generic programming dispatch tool.