adspace
Answer Posted / Vijendra Sharma
In C#, an Array is a collection of elements having the same data type. It is a fixed size container meaning you cannot change its size once it is declared. On the other hand, ArrayList is a dynamically resizable array that can be used to store a group of objects or values. Unlike arrays, ArrayList allows adding and removing elements during runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers