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

Technology CommunityCategory: OOPCan you declare an overridden method to be static if the original method is not static?
VietMX Staff asked 4 years ago

No. Two virtual methods must have the same signature.