If An Object Is Allocated Using New Operator #1262
If an object is allocated using new operator ____________
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 Memory Allocation & Scope of Variable - OOPs MCQ: Delete Operator - Quiz No.1.
If an object is allocated using new operator ____________
It should be deleted using delete operator
It can’t be deleted using delete operator
It may or may not be deleted using delete operator
The delete operator is not applicable