Solved

If Dynamic Memory Has Been Allocated for an Object and an Exception

Question 20

Multiple Choice

If dynamic memory has been allocated for an object and an exception occurs, then:


A) The catch block will not work properly.
B) A memory leak could result.
C) The object's constructor will cause another exception.
D) Multiple pointers to memory could be created.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions