About Virtual functions and their use ?
Answer Posted / tiger skumar
The Virtual is a keyword it used in the base class.When we
use the Virtual keyword in the function it must be override
in the inherited class with the same name.
| Is This Answer Correct ? | 35 Yes | 21 No |
Post New Answer View All Answers
What is a copy constructor in c#?
What is a callback c#?
What is a partial method?
What is dictionary and hashtable in c#?
What are namespaces, and how they are used?
Why do we use static class in c#?
What do you understand by an Implicit Variable?
What is string method in c#?
Is int an object in c#?
What is ilasm.exe used for?
Can abstract classes be final?
What is the difference between ienumerable and iqueryable?
What is array and its types in c#?
What is ac callback?
Why do we use readonly in c#?