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
Can you explain template pattern?
Explain about Oops concept
Why do we need properties in c#?
Explain the different ways a method can be overloaded?
Explain how to implement an object pool in c#.net
Can a static class have a constructor c#?
What do you understand by the terms datareader object and dataset object?
Can a class have static constructor?
What is ildasm and obfuscator in net?
Do unused Namespaces in c# affect run-time performance?
What is null character in string?
How do I create a multilanguage, single-file assembly?
What is overloading with example?
Is array ienumerable c#?
What are custom attributes in c#?