Can you declare an override method to be static if the original method is not static?
no, the overridden method must have the same signature. only the virtual keyword is replace by override keyword.
No. The signature of the virtual method must remain the same. (Note: Only the keyword virtual is changed to keyword override)