ThankGodItsFriday
Programmer
Declaring a member function as abstract static generates a compile error, "A static member cannot be marked as override, virtual, or abstract".
Why is it a bad thing to declare a function like this?
Why is it a bad thing to declare a function like this?