C# (Sharp) Programming Language Question: What does the keyword virtual mean in the method definition? C# (Sharp) Programming Language Interview QuestionAnswer: The method can be over-ridden. Previous QuestionNext QuestionWhy do I get a "CS5001: does not have an entry point defined" error when compiling?What optimizations does the C# compiler perform when you use the /optimize+ compiler option?