Go 面向对象编程篇(八):空接口、反射和泛型 Go 面向对象编程篇(八):空接口、反射和泛型 Published on 2021年3月4日 by 学院君, 5,570 views Go 空接口及常见使用场景,反射以及泛型实现。 Continue readingGo 面向对象编程篇(八):空接口、反射和泛型 4 Comments
Go 面向对象编程篇(七):类型断言 Go 面向对象编程篇(七):类型断言 Published on 2021年3月4日 by 学院君, 5,060 views Go 接口和结构体类型断言使用示例 Continue readingGo 面向对象编程篇(七):类型断言 4 Comments
Go 面向对象编程篇(六):接口赋值 Go 面向对象编程篇(六):接口赋值 Published on 2021年3月4日 by 学院君, 5,770 views 将类实例赋值给接口,以及将接口赋值给接口。 Continue readingGo 面向对象编程篇(六):接口赋值 5 Comments
Go 面向对象编程篇(五):接口定义及实现 Go 面向对象编程篇(五):接口定义及实现 Published on 2021年3月3日 by 学院君, 5,937 views Go 接口定义、实现与组合。 Continue readingGo 面向对象编程篇(五):接口定义及实现 5 Comments
Go 面向对象编程篇(一):类型系统概述 Go 面向对象编程篇(一):类型系统概述 Published on 2021年2月6日 by 学院君, 6,446 views Go 语言面向编程设计和类型系统概述。 Continue readingGo 面向对象编程篇(一):类型系统概述 5 Comments