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
Explain lock, monitors, and mutex object in threading.
What is the difference between array and arraylist c#?
Is c# an open source?
What is the importance of closing an ado.net application?
What are the 3 logical operators?
What is the difference between as and is operators in c#?
Define interface class in c#?
What is the difference between iqueryable and ienumerable?
What is the solution if you need to manipulate sets of items?
What are the Types of assemblies that can be created in dotnet
Is exe is machine dependent?
How do I count the length of a string in c#?
What is the wildcard character in sql?
Does c# support templates?
What is the difference between a method and a property?