When Is The Memory Allocated For An Object Gets Free #353
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 OOps Objects - OOPs MCQ: Memory Allocation of Object - 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