Hello, I am probably in the process of starting to use object orientation, since it finally convinced me that it can be helpful, and I want to write decent code without having to pass and get back tons of stuff into functions (my hacking approach recently was not using functions at all, but it lead to some admittedly awful stuff).
I was wondering what were the advantages of using lists (which I'm not familiar with and that look a bit dodgy to me...) versus using arrays. It looks that you can do everything you do with lists also with arrays (of objects) without too many problems.
I was wondering what were the advantages of using lists (which I'm not familiar with and that look a bit dodgy to me...) versus using arrays. It looks that you can do everything you do with lists also with arrays (of objects) without too many problems.
