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 |
How to enable Attribute Routing?
Which are the important namespaces used in mvc?
Explain what is routing?
List out few different return types of a controller action method?
Can I use razor code in javascript in asp.net mvc?
How does .net framework works?
What are class access modifiers
what is difference b/w .net 1.1 and .net 2.0. I need Answer in c# , asp.net and ado.net Level.Like c#1.1 and c#.1.1 , ado.net1.1 and ado.net2.0 and asp.net1.1 and asp.net2.0
What is the use of dataadapter ?
What is the difference between using system.net and system.net.sockets?
What does CLR do as soon as an assembly is created ?
Explain unit test done by tester on development team?