About Virtual functions and their use ?
Answer Posted / mahesh babu ummaneni
virtual is nothing but it is a keyword ,when we diclare a method with virtual key word in base class thet method must be overroden in derived class
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a delegate how is it type safe?
What operator means?
What is the advantage of singleton class?
Is c# scripting language?
How does a while loop work?
What does ienumerable mean?
What is array collection?
Are constructors inherited c#?
Define an abstract class?
What is datatable in c#?
How is a string immutable?
What does it mean?
Who introduced c#?
Can a method return multiple values in c#?
What is difference between comparable and comparator?