Question

Q1: Select the false statement. If an exception is thrown from a constructor:
a. The object being constructed will not be constructed.
b. For an array, destructors for all array elements are called, even if those array elements have not yet been constructed.
c. The exception can contain the error information that the constructor would not be able to return in the normal manner.
d. For an object with member objects, and whose outer object has not been constructed, the destructor is called for the member objects.

Answer

This answer is hidden. It contains 103 characters.