go經典面試題:淺析接口

一道面試題 借一道基礎面試題來試着分析一下go的接口web 如下代碼能編譯經過麼?面試 package main import "fmt" type People interface { Speak(string) string } type Student struct {} func (stu *Student)Speak(think string)(talk string)
相關文章
相關標籤/搜索