8/20/09

Can we declare a static function as virtual?

No. 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.

No comments:

ITUCU