[c++] C++ static virtual members?

No, its not possible, since static members are bound at compile time, while virtual members are bound at runtime.