问答详情
源自:3-3 结构体--组合

问下go中是不是没有class关键字,都是struct吗??

问下go中是不是没有class关键字,都是struct吗??

提问者:精慕门3092436 2020-04-07 23:14

个回答

  • qq_主教练_0
    2020-11-09 23:23:13

    绝对没有,出问题我负责

  • 牙小木
    2020-04-08 22:30:49

    你猜,go的25个关键字:

    break default func interface select
    case defer go map struct
    chan else goto package switch
    const fallthrough if range type
    continue for import return var