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
What are the Features in .net framework 1.1
Is array a collection c#?
What is parse method in c#?
Does c# replace c++?
What is command object in c#?
How Do You Convert A Value-type To A Reference-type?
Define parsing? Explain how to parse a datetime string?
What do you mean by saying a "struct is a value type"?
What are controls in c#?
Why do we use generics in c#?
What is arraylist class in c#?
what class is underneath the sortedlist class?
How Reflection is used and what it's significance ?
What are the advantages of using delegates in c#?
What are different types of classes in c#?