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 |
What is the greatest advantage of using asp.net mvc over asp.net webforms?
What is latest version of .net framework?
Explain test driven development (tdd) ?
What is connected scenario? : Entity framework
What type of filter does outputcacheattribute class represents?
Explain what is asp.net mvc?
How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!
What platforms does the .NET Framework run on?
How route table has been created in ASP.NET ASP.Net MVC?
What is NonActionAttribute ?
Explain Model, view and Controllers in Asp.Net MVC?
What are the levels at which filters can be applied in an asp.net mvc application?