About Virtual functions and their use ?
Answer Posted / vishal sharma
Virtual Method are feature of object oriented programming
and used to Identify the Type of object that is calling any
particular method at the Run time so provides flexibility in
calling method.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What is an inheritance in c#?
What is lazy keyword in c#?
What is parallel foreach in c#?
What is concrete method in c#?
Where do we use static class in c#?
In which situation(s), the use of "Delegate" is a good idea?
What is c# used for?
What exactly is serverless?
What will a loop recorder show?
What is a interface in c#?
What is eager and lazy loading in c#?
Why do I get a security exception when I try to run my c# app?
List some of the common data providers for ado.net framework?
What are the types of methods in c#?
What is the use of generics in c#?