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 dll file in c#?
Can fields inside a class be virtual?
What is satellite assembly? And steps to create satellite assembly?
Why do canadians say zed?
What is generic method in c#?
Define delay signing?
How do generics work in c#?
List out two different types of errors in c#?
What is multicast delegate in c# ?
What is mvc firstordefault?
Why we use get set in c#?
What is the example of predicate?
What is object type in c#?
How do I edit a dll file?
How do you prevent a class from being inherited?