True or False? When an object of class Array Collection represents an empty collection, its numElements variable is -1.
Posted: Sun May 15, 2022 11:46 am
True or False? When an object of class Array Collection represents an empty collection, its numElements variable is -1. 2pts False True Question 18 2 pts True or False? When an object of class ArrayCollection represents an empty collection, its numElements variable is 0. True False Question 19 True or False? If N represents the number of elements in the collection, then the add method of the SortedArrayCollection class is O(N). False True