c# 集合以对象方式储存元素,
题目
c# 集合以对象方式储存元素,
An array declares the type of the elements that it holds,whereas a collection doesn’t
This is because the collections store their elements as objects
这句话怎么理解?这里他说集合以objects方式储存元素,怎么理解呢?
答案
传统的数组里面存放的都是值类型,比如 int[],string[];
集合里面存放obeject,直译过来就是“对象”.比如 collection[].
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
最新试题
热门考点