We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4909e0 + f134638 commit ca5ef08Copy full SHA for ca5ef08
basics/type-of-object-interfaces.md
@@ -4,7 +4,7 @@
4
5
## 什么是接口
6
7
-在面向对象语言中,接口(Interfaces)是一个很重要的概念,它是对行为的抽象,而具体如何行动需要由类(classes)去实现(implements)。
+在面向对象语言中,接口(Interfaces)是一个很重要的概念,它是对行为的抽象,而具体如何行动需要由类(classes)去实现(implement)。
8
9
TypeScript 中的接口是一个非常灵活的概念,除了可用于[对类的一部分行为进行抽象](../advanced/class-and-interfaces.md#类实现接口)以外,也常用于对「对象的形状(Shape)」进行描述。
10
0 commit comments