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 do implement a trace and assert?
What is the difference between field and property in c#?
What is an abstract class c#?
What is default class in c#?
Why ref is used in c#?
How can I create image pieces/sub image?
Can we inherit private class in c#?
What is generic method in c#?
Is c# queue thread safe?
Can properties be private in c#?
What are the features of c#?
List down the reason behind the usage of c# language.
What is getenumerator?
What is extension method in c sharp?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?