Late binding and dynamic one-time sending are essentially the same. In a separate dynamic dispatch, the value or identifier of a single object determines which code is invoked at runtime and what happens in Java.
The term dynamic sending is generally used to refer to dynamic multiple sending, in which the run-time method is selected based on the identifiers or values of more than one object, which is a language function in CLOS and Smalltalk, but not in Java or C ++ .
Ernest Friedman-Hill Feb 27 '12 at 19:27 2012-02-27 19:27
source share