Ask Question
31 August, 02:45

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

+5
Answers (1)
  1. 31 August, 02:54
    0
    Answer: any constructor can be used
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “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 ...” in 📗 Engineering if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers