如何理解The categories STRUCTURE and ARRAY correspond to ApplicationCompositeDataTypes whereas all other categorys can be applied only for ApplicationPrimitiveDataTypes.
时间: 2023-06-15 09:03:27 浏览: 76
数据类型的分类
这句话的意思是:在数据类型中,STRUCTURE 和 ARRAY 这两个分类属于复合数据类型(ApplicationCompositeDataTypes),而其它分类只适用于基本数据类型(ApplicationPrimitiveDataTypes)。
基本数据类型是指那些不能再细分的数据类型,比如整数、浮点数、字符等。而复合数据类型则是由基本数据类型组成的数据类型,比如数组、结构体等。
因为复合数据类型是由基本数据类型组成的,所以它们可以使用基本数据类型的分类,比如数值、字符等。而基本数据类型中没有结构体和数组这样的类型,所以这两种类型需要单独分类处理,即属于复合数据类型。
阅读全文