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
What is using keyword?
Why do we need properties in c#?
Why we need get set property in c#?
What is razor view in c#?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What's the c# syntax to catch any possible exception?
Why attributes are used in c#?
What does void do in c#?
Define strong name in c#?
What is serialization in .net?
What is difference between list and ilist in c#?
Explain About CLS?
Why use “using” in c#?
What is literal in c#?
Explain clr in brief.