What does the keyword virtual mean in the method definition?
Answer Posted / praseetha sandeep
when you have a method defined in a class which you want
to allow to be implimented by inherited class you can use
virtual function
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is predicate builder?
What is unrecognized escape sequence in c#?
What are the characteristics of c#?
When was .net linq added?
In .NET which is the smallest unit of execution?
How many classes are there in classification?
How many types of serialization are there in c#?
How do you serialize in c#?
Define satellite assembly in c#?
can multiple catch blocks be executed for a single try statement?
How many types of inheritance are there in c#?
What are methods c#?
What is static classes in c#?
What is hashmap in c#?
What is different between Boxing and Unboxing?