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 parallel foreach c#?
What are the return types in c#?
What is difference between write and writeline in c#?
Explain how to parse a datetime string?
What is difference between variable and property in c#?
Explain About CLS?
How do we achieve encapsulation in c#?
Are objects passed by reference in c#?
Is lazy t thread safe?
What is console programming language?
Why do we use dictionary in c#?
Explain the use of Mutex in C#?
What is difference between list and dictionary in c#?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
What is the advantage of constructor?