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 the types of assemblies in .net?
What is dataset c#?
What is datatable and dataset in c#?
What is a lambda expression in c#?
Why do we use abstraction in c#?
What is extended class in c#?
What is session c#?
Why main method is static in c#?
What is a strong name in c#?
What are collection classes?
What Is The Difference Between The System.array.copyto() And System.array.clone()?
What is object type in c#?
Is .net and c# the same?
Which are the access modifiers available in c#?
What is wpf application in c#?