In the implementation of MyArrayList, which of the following are true?
◦ Capacity is reduced by 1 if an element is deleted from the list.
◦ Capacity is always greater than size.
◦ Capacity is the length of the array used to store the elements in the list.
◦ Size is reduced by 1 if an element is deleted from the list.
◦ Size indicates the number of elements in the list.