Dynamic dispatch



         


In computer science, dynamic dispatch is the dispatch of method calls where the appropriate method cannot be statically determined.

It is used in object oriented programming when you reimplement a method in a subtype. The most specific method is called at run-time.

This article is a stub. You can help BambooWeb by .





  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License