Method 1: Add a New Element
Add a new element to the collection.
Method 2: Iterate Through
Iterate over the collection to access each element.
Method 3: Access Element
Access a specific element by index.
Method 4: Update Element
Update an element's value.
Method 5: Remove Element
Remove an element from the collection.