First page Back Continue Last page Graphics
Virtual Review
When you call a virtual function, the program looks at the table address stored in an object and goes to the corresponding table of function addresses.
If you use the first virtual function defined in the class declaration, the program will use the first function address in the array and execute the function having that address. etc.