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
What is serialization of data?
What is the use of list in c#?
What are the collection types can be used in c#?
In gridview in editmode if we want to display information in one combobox based on
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
Should I make my destructor virtual?
What is marshalling and what are different kinds of marshalling?
Which attribute is used in order that the method can be used as webservice?
What are delegates in C#?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
What are regular expressions? Search a string using regular expressions?
Are value types sealed?
What are the different types of delegation?
Where do we use static class in c#?
What is a hashset c#?