Q9
What is a constructor initialization list in C++?
A.
A list of destructor calls
B.
A list of initializations for member variables
AnswerC.
A list of default arguments for the constructor
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board