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

Explain the new features added in version 4 of mvc (mvc4)?

0 Answers  


What is partialview in asp.net mvc?

0 Answers  


What is separation of concerns in asp.net mvc?

0 Answers  


what is entity data model?

0 Answers   Microsoft,


Is it possible to create a custom filter?

0 Answers  






what is mean by type-safe? Please answer me. Advance thanks.

0 Answers   Excel,


Will the finally block get executed if an exception has not occurred

1 Answers   Siebel Systems,


In Server how to check whether model has error or not in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


What is filters in web api?

0 Answers  


What you mean by routing in asp.net mvc?

0 Answers  


If we write return statement in finally block will it works fine or throws any error?

7 Answers   Kanbay,


mention what is code first approach and model first approach in entity framework?

0 Answers   Microsoft,


Categories