Notes

Home

❯

Mathematics

❯

Theoretical Computer Science

❯

Programming Language Theory

❯

Programming Paradigms

❯

Objected Oriented Paradigm

❯

Virtual Function

Virtual Function

Sep 10, 20261 min read

A virtual function is a function that can be overridden by child classes with the intention of Dynamic Dispatch. See What Happens without Virtual? for why this is needed.

See Virtual


Graph View

Backlinks

  • C++
  • Virtual
  • vptr

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community