A List leverages generics. it is essentially a type-safe list of objects. You can add and remove items from it and it automatically deals with allocating space.
Compare with Arrays . An Array is fixed in size once it is allocated. You can't add items to it or remove items from it. The elements must be the same type.
The following articles will be discussed.
Article ID: 33
Created: Thu, Jul 25, 2019
Last Updated: Wed, Mar 25, 2020
Online URL: https://wiki-ai-framework.abstract-it.nl/article/lists-33.html