CS23
20 pts., May 1, 1996
Late binding, or run-time resolution of function names. Stage is set when a derived class re-implements a function which is declared as virtual in a base class.
virtual.
A non-member function of a class which is granted member access privileges to members of the class.
All class instances (variables) share the one, unique instance of the static data member.