StaticDispatch
Last edit May 19, 2004
Opposite of
DynamicDispatch
. Occurs when a method to call is selected using only the method's signature (name, number of args, names of args, static types of args); the dynamic type of the actual parameters is not involved.