RAD Studio
ContentsIndex
PreviousUpNext
Dispatching Methods

Dispatch refers to the way a program determines where a method should be invoked when it encounters a method call. The code that calls a method looks like any other procedure or function call. But classes have different ways of dispatching methods. 

The three types of method dispatch are

  • Static
  • Virtual
  • Dynamic

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!