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 use of list in c#?
Define a partial class?
What is constructors, explain with syntax
What is a console device?
Define property in c#.net?
What is a decimal c#?
What is the use of 'using' statement in c#?
What is difference between class and abstract class in c#?
What is the difference between yield and return?
How to use the sreamReader class to read form a text file?
What is for loop in c#?
Explain how is the dll hell problem solved in .net?
Which programming language is best for desktop applications?
What is a verbatim string literal and why do we use it?
What are satellite assemblies? How will you get the different language strings?