When Is The Memory Allocated For An Object Gets Free #982
When is the memory allocated for an object gets free?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Member Functions & its Types - Object Oriented Programming MCQ: Overloading Member Functions - Quiz No.1.
When is the memory allocated for an object gets free?
At termination of program
When object goes out of scope
When main function ends
When system restarts