提交 c824ce1b 编写于 作者: M Mars Liu

typo

上级 54af22a5
...@@ -17,13 +17,13 @@ class Employee extends Human{ ...@@ -17,13 +17,13 @@ class Employee extends Human{
} }
``` ```
现在我们有对象 定义对象
```java ```java
Human joe = new Employe(...) Human joe = new Employe(...)
``` ```
调用 `joe.getLable()` 的时候,返回的是? 调用 `joe.getLabel()` 的时候,返回的是?
## template ## template
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册