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
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