Dynamic dispatch: Difference between revisions

From Helpful
Jump to navigation Jump to search
(Created page with "<!-- Dynamic dispatch means a runtime choice of code to run. It often means you're running an OO language with polymorphism and there is a need the process of selecting which implementation of a polymorphic operation (method or function) to call at run time See also late binding -->")
 
mNo edit summary
 
Line 10: Line 10:




See also [[late binding]]
See also [[late binding]], which
 
 
 
 
early binding, or static binding,
 
 
 
'dynamic binding' is sometimes used to refer to late binding, and sometimes to dynamic scope.
 
 


-->
-->

Latest revision as of 16:50, 22 June 2024