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 console application with example?
Should I make my destructor virtual?
Explain use of abstract and sealed classes in c#?
Can fields inside a class be virtual?
Why data types are important?
Is type nullable c#?
Constructor to an arbitrary base constructor?
Why do we use stringbuilder in c#?
What is master page in asp net c#?
How do you create user defined data types in c#?
Can we override interface method?
What do you mean by generic class in c#?
How many types of constructor are there in c#?
What are the benefits of using the aggregate method in linq?
What is the use of ienumerable?