What does the keyword virtual mean in the method
definition?
Answer Posted / guest
The method can be over-ridden.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How do I run managed code in a process?
List down the differences between public, static and void keywords?
In .NET how can you solve the DLL Hell problem?
What does firstordefault mean in c#?
What is a shared assembly?
What is event delegate in c#?
What are indexers in c# .net?
Value Type and Reference Type Data type in C#?
Are c# objects passed by reference?
What is console write in c#?
What is razor view in c#?
What is the difference between constants and read-only?
Does c# support parameterized properties?
What is collection class c#?
What is the difference between string and stringbuilder in c#?