This post has already been published on code::gallery blog which now has been merged into this blog. These are mechanisms in object oriented programming languages to identify the funciton/method to be invoked. The dispatch in the nomenclature is about dispatching messages to objects, as it is said in Smalltalk. [Continue]


