Virtual method table

id: virtual-method-table-285-1046466
title: Virtual method table
text: In computer programming, a virtual method table (VMT), virtual function table, virtual call table, dispatch table, vtable, or vftable is a mechanism used in a programming language to support dynamic dispatch. Whenever a class defines a virtual function, most compilers add a hidden member variable to the class that points to an array of pointers to (virtual) functions called the virtual method table. These pointers are used at runtime to invoke the appropriate function implementations, because at
brand slug: wiki
category slug: encyclopedia
description: Mechanism for supporting dynamic dispatch
original url: https://en.wikipedia.org/wiki/Virtual_method_table
date created:
date modified: 2024-04-23T10:21:12Z
main entity: {"identifier":"Q1755692","url":"https://www.wikidata.org/entity/Q1755692"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part