Respuesta :

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.

ACCESS MORE