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
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
What are the two kinds of properties in c#.
Why we use extension methods in c#?
Is and as in c#?
What is the difference between list and ilist in c#?
What is the difference between readkey and readline in c#?
What is lazy t?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
Can constructor be protected in c#?
can you allow a class to be inherited, but prevent the method from being over-ridden?
Describe the process of “exception handling implementation” in c#?
What is the default modifier for class in c#?
Is string null or empty?
Are arrays immutable c#?
What is using keyword?