What does the keyword virtual mean in the method definition?
Answer Posted / guest
The method can be over-ridden.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is thread life cycle in c#?
What is the difference between new and override in c#?
Explain about Error handling and how this is done
Is overriding of a function possible in the same class?
Why to use “finally” block in c#?
Distinguish between system.string and system.text.stringbuilder classes?
What is hashtable in c# with example?
What is the default value of boolean variable?
Contrast System.String and System.Text.StringBuilder classes?
Why do we use 0?
What is the and operator in c#?
What is the difference between a function and a method?
What are types of constructor?
What are the 3 types of comments in c#?
What is as keyword in c#?