Open In App

C++ | Constructors | Question 13

Like Article
Like
Save
Share
Report

We must use initializer list in a constructor when
(A) There is a reference variable in class
(B) There is a constant variable in class
(C) There is an object of another class. And the other class doesn’t have default constructor.
(D) All of the above


Answer: (D)

Explanation: See When do we use Initializer List in C++?

Quiz of this Question


Last Updated : 28 Jun, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads