Which of the following is True about Destructor-04028
Which of the following is True about Destructor?
This multiple choice question (MCQ) is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Final Term - Quiz No.5.
Which of the following is True about Destructor?
It is used to free memory that is allocated through dynamic allocation.
Free memory allocated using new operator by over self in destructor.
It is used to perform house keeping operations.
All of the given