Question

Which of the following is true?
a. You can initialize data members of a class only in the class's constructor.
b. C++11 allows you to provide a default value for a data member when you declare it in the class declaration.
c. You cannot initialize data members of a class.
d. None of the above

Answer

This answer is hidden. It contains 90 characters.