Both lists and arrays store data in one object(array or list).
- In C# what is the difference between arrays and lists?
- Can we store the same type in a list as an array?
- Can an list store objects and references to other objects?
- Where would we use a list instead of an array or vise versa?
- What benefits does each have over the other?