Can you declare an override method to be static if the original method is not static?

Submitted by: Administrator
No. The signature of the virtual method must remain the same. (Note: Only the keyword virtual is changed to keyword override)
Submitted by: Administrator

Read Online C# (Sharp) Programming Language Job Interview Questions And Answers