C# (Sharp) Programming Language Question:
Download Questions PDF

What does the keyword virtual mean in the method definition?

Answer:

The method can be over-ridden.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
Why 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?