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 difference between float and integer?
What is difference between ienumerable and iqueryable in c#?
What is the difference between hashtable and dictionary?
Is unboxing an implicit conversion?
Can we declare private class in c#?
How to force my .net app to run as administrator on windows 7?
Do unused Namespaces in c# affect run-time performance?
What are the characteristics of c#?
To allow an element to be accessed using a unique key which .NET collection class is used ?
Define collections?
How would you describe encapsulation in c#?
What are the fundamental principles of oo programming?
Can namespace contain the private class?
What are data types in C#?
What is the default value of date?