Skip to content
Latchkey

Virtual Method Table - CI/CD Glossary Definition

A virtual method table (vtable) is a table of function pointers attached to a type so a polymorphic call is resolved at runtime by indexing into the table for the object’s concrete type; it implements dynamic dispatch behind interfaces and trait objects.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →