1.

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.

Answer»

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



Discussion

No Comment Found