Find the word definition

Wiktionary
dispatch table

n. (context computing programming English) A table of pointers to functions or methods, commonly used to implement dynamic binding.

Wikipedia
Dispatch table

In computer science, a dispatch table is a table of pointers to functions or methods. Use of such a table is a common technique when implementing late binding in object-oriented programming.