About Virtual functions and their use ?
Answer Posted / anand
If the instance function declared with a virtual modifier
then the function is called virtual function.
the derived class can give the redefinition to the virtual
function its optional.
| Is This Answer Correct ? | 26 Yes | 7 No |
Post New Answer View All Answers
What does addressof operator do in background ?
Why do we need static in c#?
Why we use anonymous methods in c#?
What is string empty?
Explain About Global.asax
What is class method c#?
What is the difference between Decorator and Adapter pattern?
How many root nodes are there in an xml document?
What is generic and non generic collections in c#?
Explain the top reason to use c# language?
What does ienumerable mean?
What is dictionary collection in c#?
Does c# support try-catch-finally blocks?
What are the Configuration files in .net?
Write a C# program to find the Factorial of n