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 and as in c#?
Why abstraction is used in c#?
How does c# achieve polymorphism?
What is interface inheritance?
What is assembly manifest?
What is the difference between values and reference types?
What is difference between throw and throws in c#?
What is the difference between a private assembly and a shared assembly?
What is args c#?
What does clr stand for?
What is the differences between datagrid, datalist and repeater in .net?
What is a constructor in c#?
In C#, explain the difference between overloading and overriding.
What are the different approaches of passing parameters to a method?
What is difference between c sharp and c#?