What does the keyword virtual mean in the method definition?
Answer Posted / venu gopal
The method can be over-ridden.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
In a single .NET DLL how many classes it contains?
How can you set image source dynamically from c# application to ”test.png” file?
What is bit in c#?
Can I do things in il that I can't do in c#?
What are the Types of compatabilities and explain them
How many constructors can a class have in c#?
Do unused Namespaces in c# affect run-time performance?
What is a cs file?
What is the example of predicate?
Explain how to implement delegates in c#.net
What are instance fields in c#?
How many constructor can a class have?
How big is a float?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
Why to use “using” in c#?