Multiple Choice
In C++11 you can have one constructor call another constructor in the same class by using
A) constructor delegation
B) in-place initialization
C) a member initialization list
D) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q44: Where are class declarations usually stored?<br>A) on
Q45: Which of the following is automatically called
Q46: Class objects can be defined prior to
Q47: For the following code, which statement is
Q48: What is the output of the
Q49: When a constructor has a member initialization
Q50: The destructor function's return type is<br>A) int<br>B)
Q51: Which of the following is a directive
Q52: Destructor functions are often used to free
Q53: Objects in an array are accessed with