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 xslt in c#?
What is the meaning of int parse in c#?
Does c# have primitives?
Why is it called c sharp?
Is java better than c sharp?
What are data types examples?
what is a destructor?
What does static mean in c sharp?
What are the 3 types of comments in c#?
What is difference between dll and exe in c#?
How do you create partial methods?
Define assert() method? How does it work?
Where do we use serialization in c#?
What is use of hashtable in c#?
What is sql transaction in c#?