go经典面试题:浅析接口

一道面试题 借一道基础面试题来试着分析一下go的接口web 如下代码能编译经过么?面试 package main import "fmt" type People interface { Speak(string) string } type Student struct {} func (stu *Student)Speak(think string)(talk string)
相关文章
相关标签/搜索