Can you declare an override method to be static if the original method is non-static
Answer Posted / 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 |
Post New Answer View All Answers
What are scaffold templates in mvc?
What is the importance of NonActionAttribute?
what is entityclient?
What is ado.net data provider? : Entity framework
Is .net framework dead?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What is the use of action filters in an mvc application?
How the ‘page lifecycle’ of ASP.Net MVC does works?
Explain entity lifecycle? : Entity framework
Explain Sections is ASP.Net MVC?
what do you mean by table-per-type?
Mention the core components of .net framework?
What is the 'page life cycle' of an ASP.NET MVC?
What is difference between html.beginform and ajax.beginform?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?