Q15
What is the purpose of the destructor in C++?
A.
To define objects within a class
B.
To release resources acquired by the object
AnswerC.
To perform calculations with object data
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board