Ask Question
7 January, 08:32

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

+4
Answers (1)
  1. 7 January, 09:27
    0
    Answer: any constructor can be used
Know the Answer?
Not Sure About the Answer?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers