About Virtual functions and their use ?
Answer Posted / mahesh babu ummaneni
virtual is nothing but it is a keyword ,when we diclare a method with virtual key word in base class thet method must be overroden in derived class
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does a constructor do c#?
Can we write class inside a class in c#?
How can I use .NET components from COM programs?
what are nullable types in c#
Why main method is static in c#?
What is difference between throw and throws in c#?
How many types of constructors are there in c#?
What is private static in c#?
Why static variables are used?
What is dao in c#?
Explain the working of serialization?
Is Multiple-inheritance supported by c#?
What are partial types in c#?
What are custom exceptions?
What is constructors, explain with syntax