Can you declare the override method static while the
original method is non-static?
Answers were Sorted based on User's Feedback
Answer / 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 |
when we use virtual key word for method in base class the same thing is used under the derived class just we can change the virtual to override
Is This Answer Correct ? | 0 Yes | 0 No |
What are the benefits of using the aggregate method in linq?
What is uint c#?
What is semaphore in c#?
What is c# entity framework?
What is ildasm and obfuscator in net?
Is there regular expression (regex) support available to c# developers?
Why do we use inheritance in c#?
What is a static in c#?
Explain About CLS?
What is escape sequence in c#?
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
Why do we need reflection in c#?