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
How do I declare a pure virtual function in c#?
What is the difference between paramaterized constructor and copy constructor?
What is generic and non generic collections in c#?
What is the difference between list and ilist in c#?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
How garbage collection deals with circular references.
Is c# used for any core features of windows vista?
Explain About web methods and its various attributes
What is a cs file?
What is the difference between const and static read-only?
What is an xsd file?
What is the difference between a class and an object c#?
What are jump statements in c#?
Difference between directcast and ctype.
What are different types of classes in c#?