Can you declare the override method static while the
original method is non-static?
Answer Posted / ashish gupta
I don think so...
even static members can not be marked as a virtual,abstract
or override.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is a copy constructor in c#?
Differentiate between object pooling and connection pooling in c#?
Can a constructor be private in c#?
If I want to override a method one of class A and in class b then how do you declare?
What is CASPOL?
Explain partial class in c#?
What is a partial class in c#?
What is the use of list in c#?
Why do we use delegates in c#?
What is a console device?
What is connection pooling in ado.net?
Why do we use stringbuilder in c#?
What is serialization of data?
What is meant by collections in c#?
What is the implicit name and type of the parameter that gets passed into the class set method?