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 the difference between and xml documentation tag?
What is access specifier in c#?
Can we instantiate abstract class in c#?
Name some string escape sequences in c#.
What are the properties of a string class?
What is meaning of type safety in c#?
Does c# support multiple inheritance (mi)?
Why we use extension methods in c#?
What is meant by generics in c#?
Are c# destructors the same as c++ destructors?
What is the advantage of dependency injection?
Is null == null c#?
What is callback function in c#?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
What is a .aspx file?