Can you declare an override method to be static if the original method is non-static
Answer / kirti
No. The signature of the virtual method must remain the same, only the keyword virtual is changed to keyword override.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention two instances where routing is not implemented or required?
How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?
What is ASP.NET MVC?
What does CLR do as soon as an assembly is created ?
What is JIT and how is works ?
what happened when type url in address bar and press enter?
Why to use html.partial in mvc?
what is ADO.NET
If u have an Empty Xml file and u have to bind dataset data to empty xml file? if u have an empty dataset u have to bind xml file data to it?
Describe the gac in the .net framework.
What is namespace of asp.net mvc?
How can I return string result from action in asp.net mvc?