Skip to content

Opening book details…

Can I read Understanding Collection Classes on EtoBox?

Understanding Collection Classes by Luca Kab is a document available to read on EtoBox.

What is Understanding Collection Classes about?

The document discusses module 9 which covers collection classes as alternatives to arrays. It notes that unlike arrays, collection classes do not require defining a size upon creation and can hold elements of any data type. The key advantages are that collection classes allow dynamically sized collections while arrays have a fixed size. Some common collection classes in C# are Lists, which allow accessing elements using an index like arrays.

Author
Luca Kab
Language
EN