About Virtual functions and their use ?
Answer Posted / ssss
Virtual functions are used to override the derived class.If
u r using the virtual keyword u must override the the
derived class
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How do you sort a list in c#?
What is the difference between xml documentation tag?
Why is it not a good idea to use empty destructors?
What is xslt in c#?
What is uint64_t?
What is a verbatim string literal and why do we use it?
Can we instantiate abstract class in c#?
Explain the Different types of configuration files in .net?
Why use a singleton instead of static methods?
Name the property of the textbox which cannot be changed at runtime?
How more than one version of an assembly can keep in same place?
What is the difference between throw and throw ex?
What is extension method in c# and how to use them?
What is difference between tostring() vs convert.tostring() vs (string) cast
What is dataview c#?