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
Give some examples for built in datatypes in c#?
What is int32?
What's the difference between a static method and a non static method c#?
What are primitive data types in c#?
How can I use .NET components from COM programs?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
How many digits are in an integer?
Explain publishers and subscribers in events.
What are access modifiers in c#?
What is the solution if you need to manipulate sets of items?
What is dll in c#?
What Is An Interface Class?
What is console readkey in vb net?
Why main method is static in c#?
What does question mark mean in c#?