Home / Programming MCQs / Perl MCQs / Question

N

Nisha Gupta • 2.32K Points
Master

Q. Destructor's in Perl are ___.

(A) Used for cleanup of reference of objects
(B) Called at the start of the program
(C) Not a program
(D) All of these
Explanation by: Nisha Gupta
Destructors in Perl are called when the object goes out of scope. It is used to clean up the reference of the object.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.