Can you declare the override method static while the
original method is non-static?
Answer Posted / kishore
No we cannot declare ovverride method of static while the
first one is non static..
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to override a function in c#?
What is escape character in c#?
Explain the difference between user control and custom control. Also, explain their use.
Can I get the name of a type at runtime?
What is the base class from which all value types are derived?
How does it work?
What is anonymous methods in c#?
What are extensions methods in c#?
Why reflection is used in c#?
Why to use lock statement in c#?
Are constructors inherited c#?
Explain a MSIL ? Why is it appreciated by all developers?
Can you create sealed abstract class in c#?
What is window application in c#?
What are the differences between system.string and system.text.stringbuilder classes?