2
votes
votes
1 answers
style and efficiency question: arrays versus List<generic>
I find that I practically never use arrays anymore because of the potential waste of memory from having to declare arrays more than large enough. Another reason is because arrays look old fashioned to me. List<> seems to have largel ...
