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
Explain how do you debug an asp.net web application?
Can you use foreach iteration on arrays in c#?
What is the difference between dynamic and var in c#?
Explain the types of assemblies in .net?
What is for loop in c#?
Why we need get set property in c#?
Define the term immutable ?
What is the purpose of a console table?
What exactly happens when we debug and build the program?
Define Virtual folder?
What do you know about WM_CHAR message?
Do unused Namespaces in c# affect run-time performance?
How do I count the length of a string in c#?
What is native image generator (ngen.exe)?
What are the types of comment in c# with examples?