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 does return do in for loop?
Can derived classes have greater accessibility than their base types?
What are delegate methods?
Write one code example for compile time binding and one for run time binding? What is early/late binding?
What is dto c#?
What are strongly typed objects?
What does break do in loop?
What is namespace in oop?
Define satellite assembly in c#?
Explain the difference between .net and c#?
What happens if a static constructor throws an exception?
What are reflections in c#?
What does dbml mean in texting?
In c#, what will happen if you do not explicitly provide a constructor for a class?
What is msil in c#?