Multiple Choice
In C++11 you can use __________ to initialize a member variable in its declaration statement.
A) general member initialization
B) default initialization
C) in-place initialization
D) initialization overload
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: Which of the following is used to
Q21: You can use the technique known as
Q22: More than one constructor function may be
Q23: When you dereference an object pointer, use
Q24: A C++ class is similar to a(n)<br>A)
Q26: How many default constructors can a class
Q27: Which type of member function may only
Q28: In a procedural program you typically have
Q29: Examples of access specifiers are the key
Q30: A destructor function can have zero to