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 ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is the difference between an application domain and a process?
Is c# int immutable?
Can we have only “try” block without “catch” block in c#?
What do you mean by generic class in c#?
What is xaml in c#?
Is versioning applicable to private assemblies?
What is uint64?
What is selector c#?
Why should I use interface in c#?
How do you specify a custom attribute for the entire assembly (rather than for a class)?
Explain the difference between // comments, /* */ comments and /// comments?
Is list immutable in c#?
What is a Managed Code??
What is difference between code access and role based security?
What is difference between ienumerable and list?