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
can you declare an override method to be static if the original method is not static?
What basic steps are needed to display a simple report in crystal?
What is tpl in c#?
Why do we use overloading in c#?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
Can constructor be private c#?
What are nested classes in c#?
Why extension method is static?
What are the return types in c#?
Are structs value types c#?
Could you explain the difference between func vs action vs predicate?
What is a partial class. Give an example?
What are the advantages of using assemble language programming?
Can you inherit multiple abstract classes in c#?
What’s thread.sleep() in threading ?