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 ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is difference between ienumerable and enumerable in c#?
What is tochararray in c#?
In a single .NET DLL how many classes it contains?
Is cli same as the clr?
What are the variables in c#?
What is difference between function and method in c#?
Why do we need interfaces in c#?
What is eager loading in c#?
Can hashset contain duplicates c#?
How do you convert byte array to hexadecimal string, and vice versa?
Are cao stateful in nature?
Is there regular expression (regex) support available to c# developers?
What is indexer c#?
Why to use lock statement in c#?
update data in an xml file which resides in solution itself, using silverlight 4.0