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
Is there hashmap in c#?
Is boxing an implicit conversion?
What is a event in c#?
What sort algorithm does c# use?
What are the differences between static, public and void in c#?
What are cshtml files?
What is class sortedlist underneath?
What does the keyword “virtual†declare for a method or property?
What does it mean to override a method?
What are Namespaces?
What are the properties in c#?
Is 0 an unsigned integer?
What is the difference between // comments, /* */ comments and /// comments?
What is difference between property and variable in c#?
Why do we use static methods in c#?