📜  你能同时覆盖和重载吗?无论代码示例

📅  最后修改于: 2022-03-11 15:00:19.708000             🧑  作者: Mango

代码示例1
It is not possible, as when overloading you're changing the method signature;
While overriding requires the method signature to be the same.