Can we declare a static function as virtual?
3015
28-Mar-2011
Anonymous User
28-Mar-2011Reason:
The virtual function mechanism is used on the specific object that determines which virtual function to call. Since the static functions are not any way related to objects, they cannot be declared as virtual.