First page Back Continue Last page Graphics
How do virtual functions work?
Left up to the compiler writer!
Therefore they can work differently for different compilers.
Normally, hidden members are added to each object.
The hidden members hold a pointer to an array of function addresses. (figure 13.5)