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
Why do we need structs in c#?
What are the examples of data types?
Which of the following operations can you not perform on an ado.net dataset?
Can arraylist store different data types in c#?
Can non-default constructors be used with single call sao?
How do I format in c#?
What is iqueryable in c#?
What is a .exe extension files? How is it similar to .dll extension files?
Can a sealed class be used as a base class?
Define delegation in .net?
Is datetime immutable c#?
Does hashset allow duplicates c#?
What is AutoMapper in C#?
How to create multi-dimensional array?
Can I use parseint?