Limitation of Arrays
- The size of an array is always fixed and must be defined at the time of instantiation of an array.
- Secondly, an array can only contain objects of the same data type, which we need to define at the time of its instantiation.
Collections and arrays in .net. Here you find discussion on arrays, arraylist, stack, queue, dictionaries, hashtable, sortedlist, string and stringbuilder, etc.
For .Net Articles, Links, Code and much more logon to DailyFreeCode.com
1 comment:
In .NET, are arrays considered objects or collections?
A. objects
B. collections
C. both objects and collections
D. sometimes objects, sometimes collections
E. none of the above
Answer: ???
Post a Comment