Can you declare the override method static while the
original method is non-static?
Answer Posted / guest
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 | 0 No |
Post New Answer View All Answers
Why do we use static methods in c#?
Is and as in c#?
How big is an int16?
What do you mean by directing?
Can you instantiate an abstract class c#?
What is dependency injection in simple words?
What is the difference between finalize() and dispose() methods?
Explain About multi level and multiple inheritance how to achieve in .net
Which is better python or c#?
What's the difference between a static method and a non static method c#?
What is gridview c#?
Why is lazy loading?
What is a concrete class in c#?
What Is A Multicast Delegate?
What is the difference between out and ref in c#?