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
Is overriding of a function possible in the same class?
Why is static constructor called first?
What is the difference between values and reference types?
Is var a data type?
What are the fundamental oop concepts?
What is an assembly in dotnet?
What is difference between c and c sharp?
What are access modifiers in c#?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
What is array collection?
Can interface have virtual methods in c#?
What is gac? What are the steps to create an assembly and add it to the gac?
Can we extend sealed class in c#?
What is difference between code access and role based security?
Why do we need indexers in c#?