golang結構體與類別 時(已推薦學習:go)#11,沒有的物件中)#lang#說法,實在要扯上的話,可以將struct比喻為其它語言中的class。
類宣告type Poem struct {
Title string
Author string
intro string
}
類別方法宣告
func (poem *Poem) publish() {
fmt.Println("poem publish")
}
func (poem Poem) publish() {
fmt.Println("poem publish")
}
以上是golang有類嗎的詳細內容。更多資訊請關注PHP中文網其他相關文章!