未验证 提交 53b5e094 编写于 作者: A AnyUncle 提交者: GitHub

Update Java 基础.md

添加重写与重载示例代码的解析。
上级 5589e94a
......@@ -720,6 +720,7 @@ class B extends A {
return ("B and B");
}
@Override
public String show(A obj) {
return ("B and A");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册