Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When declaring a static function could you declare it as a virtual?
No
Discussion:
Static functions are not related to objects so they would not be declared as a virtual.
Virtual functions are used with specific objects that determines which virtual function to call.