Ask Question
18 September, 23:24

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

True / False.

+4
Answers (1)
  1. 19 September, 01:30
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers