Can you declare an override method to be static if the original method is non-static



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

Post New Answer

More Dot Net Framework Interview Questions

What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?

0 Answers  


What is clr? How does work clr & wht is work of clr?

0 Answers  


What are non action methods in mvc?

0 Answers  


When will the .net framework 3.0 be released?

0 Answers  


Difference between ASP.NET MVC and ASP.NET WebForms?

0 Answers  






Can you draw and explain the .NET Farmework?

2 Answers   Bosch,


Explain bundle.config in mvc4?

0 Answers  


How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?

2 Answers  


Which are the abstract classes available under system.xml namespace

1 Answers  


Why to use Html.Partial in ASP.Net MVC?

0 Answers  


If we want to construct our own Garbage collector what are the steps things we have to do?

3 Answers   Honeywell, Semantic Space,


Where are the routing rules defined in an asp.net mvc application?

0 Answers  


Categories