# Functions

嵌入字段类型名将作为字段名存在.
No description provided by the author
非空fields名称必须唯一.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
关于下面代码的描述,正确的是? 单选: - A: 编译错误,类型和类型指针不能同时作为方法接收者 - B: SetName()无法修改名字 - C: SetAge()无法修改年龄 - D: SetName()和 SetAge()工作正常 */.
关于下面类型的描述,正确的是? 单选: - A:age为私有字段,只能通过类型方法访问 - B:Name和age字段在可见性上没有区别 - C:age为私有字段,变量初始化时不能直接赋值 - D:当前package中,Name和age字段在可见性上没有区别 */.
No description provided by the author
No description provided by the author