I\'m having trouble understanding what the purpose of the virtual keyword in C++. I know C and Java very well but I\'m new to C++
First let\'s establish this. I have public abstract class Foo { public static void StaticMethod() { } } public class Bar : Foo
The sample method below is intended to detec开发者_JS百科t whether or not it has been overridden in a derived class. The error I get from MSVC implies that it is simply wrong to try to get the functio