Skip to content

Commit

Permalink
implement -> implements
Browse files Browse the repository at this point in the history
implement -> implements
  • Loading branch information
fanofxiaofeng authored Nov 19, 2018
1 parent c205691 commit a6e1a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/面向对象思想.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Vihical <|-- Trunck

## 实现关系 (Realization)

用来实现一个接口,在 Java 中使用 implement 关键字。
用来实现一个接口,在 Java 中使用 implements 关键字。

<div align="center"> <img src="../pics//SoWkIImgAStDuU8goIp9ILK8IatCoQn.png"/> </div><br>

Expand Down

0 comments on commit a6e1a4d

Please sign in to comment.