Array of arrays

Hello. I have to create a function that creates an array of arrays. I have to be able to add elements to the array, delete elements and extract elements? the elements will be arrays.
How to I do that, or it is possible?
Thank you.