Can you declare the override method static while the
original method is non-static?
Answer Posted / guest
No, you can?t, the signature of the virtual method must
remain the same, only the keyword virtual is changed to
keyword override.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is the difference between ienumerable and icollection?
What is dictionary and hashtable in c#?
Why do we use static class in c#?
What is difference between a function and a method?
What is Wrapper class in dot net?
What is meant by unicode characters?
What is poco c#?
What is strongly typed view?
Explain About .Net remoting
How big is an int in c#?
How are Windows programs different from normal C-programs?
What is a data set in c#?
Explain how do you directly call a native function exported from a dll?
What does an indexer do?
What is the process of Serialization?