-
Notifications
You must be signed in to change notification settings - Fork 662
Home
qcrao edited this page Jun 16, 2019
·
9 revisions
- Go 语言与鸭子类型的关系
- 值接收者和指针接收者的区别
- iface 和 eface 的区别是什么
- 接口的动态类型和动态值
- 编译器自动检测类型是否实现接口
- 接口的构造过程是怎样的
- 类型转换和断言的区别
- 接口转换的原理
- 如何用 interface 实现多态
- Go 接口与 C++ 接口有何异同