About Virtual functions and their use ?
Answer Posted / vishal sharma
Virtual Method are feature of object oriented programming
and used to Identify the Type of object that is calling any
particular method at the Run time so provides flexibility in
calling method.
Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What are the different types of assemblies available and their purpose?
What is the importance of closing an ado.net application?
Name the two classes are required for implementing a windows service?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
How does substring work in c#?
What is c# used for in the industry?
Is multilevel inheritance possible in c#?
What is c# entity framework?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
What is gui in c#?
What does it mean to override a method?
In .NET which is the smallest unit of execution?
What are variables in c#?
Is there regular expression (regex) support available to c# developers?
What is inheritance c#?