首页 热点 要闻 国内 产业 财经 滚动 理财 股票

博学谷狂野大数据六期23年7月 学习笔记

2023-08-25 05:31:00 来源 : 哔哩哔哩


(资料图片)

golang中的多态是通过interface类型实现的

type Person interface {  //接口Person规定了方法GetName    GetName()}type Student struct {    Name string    Age  int}func (this *Student) GetName() {    ()}type Teacher struct {    Name string    Age  int}func (this *Teacher) GetName() {    ()}

关键词:
相关文章

最近更新
精彩推送
孩子怎么教育才好 2023-08-25 05:20:14
格力e4是什么故障 2023-08-25 05:12:08
一堂行走的思政课堂 2023-08-25 05:10:15