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 the difference between list and dictionary in c#?
Explain how do you convert a value-type to a reference-type?
How do I open the console window?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
What is datarelation c#?
What do u mean by thread safe?
What is instantiating a class?
What is a Command Object in C#?
What is iqueryable in linq?
Is string null or empty?
Can a class have static constructor?
What are the collections in c#?
How can I process command-line arguments?
How do you comment in c#?
Is null or empty in c#?