What does the keyword virtual mean in the method definition?
Answer Posted / praseetha sandeep
when you have a method defined in a class which you want
to allow to be implimented by inherited class you can use
virtual function
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is icollection in c#?
how to prevent a class from being inherited in c#.net?
Can a method return multiple values in c#?
Which namespaces are necessary to create a localized application?
What is the main purpose of linq?
Is a structure a class?
Is linkedhashset synchronized?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
Is datetime nullable c#?
Differentiate between dataset and datareader?
Explain the types of assemblies in .net?
How to exclude a property from xml serialization?
Can a class have multiple constructors c#?
What is parameters in c#?
What is difference between singleton and static class in c#?