一个类定义如下:
class C { // member declarations go here }
其中类的成员(字段、方法和函数)在花括号内定义(如上所述)。
← 函数 Function 泛型 Generics→