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
Is unboxing an implicit conversion?
What is function and method in c#?
What is difference between internal and protected internal in c#?
What types of object can I throw as exceptions?
What is out in c#?
When should we use sealed class in c#?
What is the process of Serialization?
What is the use of functional interface?
How do you achieve polymorphism in c#?
What is verbatim literal in c#?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
What is _layout cshtml?
What are annotations in c#?
What is the difference between yield and return?
What are satellite assemblies? How will you get the different language strings?