Ask Question

An aggregate class's constructor can use a member initialization list to call the constructors for each of its member objects.

True / False.

+5
Answers (1)
  1. 30 November, 12:33
    0
    Answer:False

    Explanation: Constructor is used for the initialization of the objects in a particular class. Member initialization list is the list that is supposed to work on data members of class by initializing it. So, the initialization list is not responsible for calling the constructor in a class rather works on the members of the class. Therefore, the statement given is false.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “An aggregate class's constructor can use a member initialization list to call the constructors for each of its member objects. True / False. ...” in 📗 Computers & Technology 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