8000 fix typos · coder-chenhao/toBeTopJavaer@94ff4a8 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 94ff4a8

Browse files
authored
fix typos
1 parent 7cd6106 commit 94ff4a8

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