📅  最后修改于: 2022-03-11 14:57:31.709000             🧑  作者: Mango
Static method uses compile time or early binding. Non-static method uses runtime or dynamic binding. Static method cannot be overridden because of early binding. Non-static method can be overridden because of runtime binding.