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 is difference between asp net and c# net?
Can we inherit class that contains only one private constructor?
What are the Types of JIT and what is econo-JIT
How many bytes is an int c#?
Explain About Global.asax
Which class does the remote object has to inherit?
What is a collection class in c#?
What is the difference between dictionary and hashtable in c#?
Define Abstract Class in C#
What does string intern do?
Describe an abstract class?
What is the difference between string and string in c#?
What is c# in asp net?
if a method is marked as protected internal who can access it?
Why are strings immutable in c#?