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
How does array sort work?
explain the three services model commonly know as a three-tier application.
Explain the difference between abstract class and interface.
Explain clr in brief.
What is linq c#?
list the steps in code compilation in c#?
Can multiple inheritance implemented in c# ?
What are interfaces in c#?
What is array c#?
Why do we need abstraction in c#?
What is wpf c#?
What is Inheritance in C#?
What is the task perform by clr?
What are regular expressions? Search a string using regular expressions?
What is c# console application?