Can you declare the override method static while the
original method is non-static?
Answer Posted / kiran
A static member cannot be marked as override, virtual, or
abstract
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is difference between method overriding and method overloading?
How is lazy loading achieved?
What is use of private class in c#?
What is a constructor in c#?
What are Regex / regular expressions ?
Why do we need generics in c#?
What are delegate methods?
What is linq c#?
Why are c# strings immutable?
What are static and dynamic variables?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
What is the importance of closing an ado.net application?
Define a manifest in .net?
Can abstract class be sealed in c#?
Can main method be final?