First page Back Continue Last page Graphics
virtual functions
This determines which method is used if the method is invoked by a reference or a pointer instead of by an object.
Not virtual?
- based on reference type or pointer type
virtual?
- based on the referenced object or pointed to object