Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84e6e34

Browse files
committed
Update interfaces
1 parent 5203264 commit 84e6e34

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

basics/type-of-object-interfaces.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
在面向对象语言中,接口(Interfaces)是一个很重要的概念,它是对行为的抽象,而具体如何行动需要由类(classes)去实现(implements)。
88

9-
理解面向对象中的接口,需要对类、继承、抽象类等有相关的概念,感兴趣的朋友可以看看这篇博客:[java提高篇(五)——抽象类与接口]
10-
119
TypeScript 中的接口是一个非常灵活的概念,除了可用于[对类的一部分行为进行抽象](../advanced/use-of-class.md#实现接口)以外,也常用于对「对象的形状(Shape)」进行描述,想了解接口的所有用法,可以参考???。
1210

1311
## 简单的例子
@@ -162,6 +160,3 @@ let xcatliu: Person = {
162160

163161
- [Handbook - Interfaces](http://www.typescriptlang.org/docs/handbook/interfaces.html)
164162
- [中文手册 - 接口](https://zhongsp.gitbooks.io/typescript-handbook/content/doc/handbook/Interfaces.html)
165-
- [java提高篇(五)——抽象类与接口]
166-
167-
[java提高篇(五)——抽象类与接口]: http://www.cnblogs.com/chenssy/p/3376708.html

0 commit comments

Comments
 (0)