Suppose that foo is a new class and you want to declare an array of 10 foo objects. Which constructor will be used to initialize the 10 foo components of the array?A. Only the copy constructor can be usedB. Only the default constructor can be usedC. Any constructor can be used