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
Can properties be private in c#?
What is the use of console readline () in c#?
Can multiple inheritance implemented in c# ?
What is the use of console?
Which constructor is called first in c#?
Is multiple inheritance possible in c#?
Define interface class in c#?
What is an enumerator c#?
What’s a strong name?
In a single .NET DLL how many classes it contains?
So what makes your code really object-oriented #?
Explain the difference between Response.Write () and Response.Output.Write ().
How to achieve polymorphism in c#?
What is object pool in .net?
What is boxing in c#?