8000 Merge pull request #78 from ipofss/patch-1 · coder-chenhao/toBeTopJavaer@aa46515 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa46515

Browse files
authored
Merge pull request hollischuang#78 from ipofss/patch-1
fix typos
2 parents 5f7451e + 94ff4a8 commit aa46515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/object-oriented/extends-implement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
在Java中,继承使用`extends`关键字实现,而实现通过`implements`关键字。
1313

14-
Java中支持一个类同时实现多个借口,但是不支持同时继承多个类。
14+
Java中支持一个类同时实现多个接口,但是不支持同时继承多个类。
1515

1616
>简单点说,就是同样是一台汽车,既可以是电动车,也可以是汽油车,也可以是油电混合的,只要实现不同的标准就行了,但是一台车只能属于一个品牌,一个厂商。
1717

0 commit comments

Comments
 (0)
0