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 platforms does the .NET Framework run on?

1 Answers  


What are the components of the .net framework.

0 Answers  


What are Model Binders in ASP.Net MVC?

0 Answers  


What is the difference between .net core and .net framework?

0 Answers  


Explain the methods used to render the views in ASP.Net MVC?

0 Answers  






Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).

0 Answers  


How to set background for total website, on that another another layer, in that we keep website data,,for example see www.msn.com. On one faded background we ll have layer like other background..Do explain how its possible

2 Answers  


How to Insert a TextBox value in to Sql database using C#.Net coding

2 Answers  


Why doesn't the .NET runtime offer deterministic destruction

1 Answers  


What is the significance of nonactionattribute?

0 Answers  


how to create session in .net

3 Answers  


What are the possible razor view extensions?

0 Answers  


Categories