Answer Posted / sanjeet kumar rai
The keyword virtual is applied to a method declaration to
indicate that the method may be overridden in a subclass. If
the virtual keyword is not applied and a method is defined
in a subclass with the same signature as the one in the
super class, the method in the super class is hidden by the
subclass implementation.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Does c# support try-catch-finally blocks?
Why References are stored on heap and variables on stack?
What is javascriptserializer c#?
What is the difference between virtual method and abstract method?
What is parallel programming in c#?
Why dictionary is faster than list?
What is .edmx file?
What are constants in c#?
What is the use of dll file in c#?
How do I use the 'using' keyword with multiple objects?
What are the advantages of using c#?
Is var a data type?
What is the use of readkey in c#?
Why do we need events in c#?
What are the Features in .net framework 1.1