Can you declare the override method static while the
original method is non-static?
Answer Posted / umesh
No, you can?t, the signature of the virtual method must
remain the same, only the keyword virtual is changed to
keyword override.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is using keyword in C#?
Explain how do I convert a string to an int in c#?
Is 0 an unsigned integer?
How do I type a whitespace character?
Explain the difference between Response.Write () and Response.Output.Write ().
Can we have only “try” block without “catch” block in c#?
Why do we use lambda expression in c#?
explain the three services model commonly know as a three-tier application.
what is partial assembly reference
What's the difference between System.String and System..StringBuilder in C#?
What is a dbml?
What is a console application in c#?
What is dto c#?
What is anonymous method in c#?
What is icollection in c#?