Golang入門教程(十四)結構體和類詳解

golang中並無明確的面向對象的說法,實在要扯上的話,能夠將struct比做其它語言中的class。php 類聲明 type Book struct { Title string Author string intro string }   這樣就聲明瞭一個類,其中沒有public、protected、private的的聲明。golang用另一種作法來實現屬性的訪問
相關文章
相關標籤/搜索