About Virtual functions and their use ?
Answer Posted / deepika
Second answer given here is correct to some extent.
If we use Virtual keywork next to a mehtod,it can be
overridden in derived classes,but it is not must to
override.
| Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
How many static constructors are allowed in a class?
What is the use of parse in c#?
How do namespaces work?
What is a hash table in c#?
What are the properties of c#?
List the difference between interface and abstract class?
What is console programming language?
what is inheritance and an example in vb.net and c# of when you might use it?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
How to put assembly in gac?
What is difference between interface and abstraction?
What is a shared assembly?
What is delegate in c# interview questions?
What is hierarchical inheritance in c#?
How do I make a dll in c#?