Unions are most often nested inside another class type.
联合经常嵌套在其他类类型内部.
互联网
It is not possible to create objects of abstract base - class type.
不能创建抽象基类类型的对象.
互联网
Match through a class - type conversion.
通过类类型转换实现的匹配.
互联网
A class type is assignment - compatible with its ancestors.
类类型对其祖先是赋值兼容的.
互联网
To avoid this error, use a class type constraint or a reference type constraint.
要避免此错误, 请使用类类型约束或引用类型约束.
互联网
Each race has unique starting attribute stats , making them prone a certain class type.
每个种族都有其独一无二的初始状态,这影响到了一些职业取向.
互联网
Special members that control what happens when object of class type are copied, assigned, and destroyed.
控制类类型对象的复制 、 赋值和撤销的特殊成员.
互联网
A class type automatically inherits all of the members from its immediate ancestor.
类类型自动继承其直接祖先的所有成员.
互联网
Conversion operators define conversions from the class type to the type specified by operator.
转换操作符定义从类类型到操作符所指定类型的转换.
互联网
A variable of a class type is actually a pointer that references an object.
类类型的变量实际上是引用对象的指针.
互联网
The synthesized default constructor often suffices for classes that contain only members of class type.
合成的默认构造函数一般适用于仅包含类类型成员的类.
互联网
Hence a variable of a class type can reference an instance of any descendant type.
因此,类类型的变量可以引用其所有子孙类型的实例.
互联网
Data members of class type are initialized by running the type's default constructor.
运行该类型的默认构造函数,来初始化类类型的数据成员.
互联网