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 the delegates in c#?
What is Named parameter in C#?
What are floating point numbers?
What do you know about device context?
Describe an abstract class?
Is c# easier than javascript?
Why is c# a good programming language?
What is strongly typed view?
What is meant by enumerable in c#?
What is a three-tier application.
What do you mean by stack and heap in c#?
What is a view? What is the use of it?
What are the properties of a string class?
What is the difference between abstract and virtual?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?