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

List out few different return types of a controller action method?

0 Answers  


Why string are called Immutable data Type

1 Answers  


Explain dependency resolution?

0 Answers  


What are the methods in Thread class?

3 Answers  


How do you initiate a string without escaping each backslash ?

1 Answers  






What are the different types of filters, in an asp.net mvc application?

1 Answers   NA,


what is connection pooling

5 Answers  


How Garbage Collector identifies the objects which are not in use?

6 Answers   EXL, Honeywell, Microsoft, Tech Mahindra, Tesco,


How you can implement custom validation in asp.net MVC?

0 Answers  


What are the components required to create a route in ASP.Net MVC?

0 Answers  


About namespaces ?

3 Answers   MMTS,


Can we add constraints to the route? If yes, explain how we can do it?

0 Answers  


Categories