Can you declare the override method static while the original method is non-static?

Submitted by: Administrator
No, you cannot, the signature of the virtual method must remain the same, only the keyword virtual is changed to keyword override
Submitted by: Administrator

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