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
Does c# support #define for defining global constants?
What is instantiating a class?
How Is The Dll Hell Problem Solved In .net?
List down the access modifiers available in c#?
Why do we use partial class in c#?
What is dll in vb.net?
What is the difference between func and action delegate?
How to add a readonly property in c#.net
What is a base class in C#?
What are the Features in .net framework 1.1
Define sealed classes in c#?
Why do we use delegates in c#?
Why do we need properties in c#?
What is int16?
Is multiple inheritance possible in c#?