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 the functionalities of satellite assembly?
How can I process command-line arguments?
What is the use of static members with example using c#.net.
What exactly happens when we debug and build the program?
What are c# collections?
What does it mean to override a method?
What's the difference between the debug class and trace class? Documentation looks the same.
What is the output of TextWriterTraceListener redirected?
What is the default value of decimal in c#?
What are the three types of predicates?
Is it not possible to store a boolean value as a variable?
What is argument in c#?
What is the difference between finally and finalize block?
How do you achieve polymorphism in c#?
Is c# and c sharp same?