If Delete Is Applied To An Object Whose Lvalue Is Modifiable #1268
If delete is applied to an object whose l-value is modifiable, then _______________ after the object is deleted.
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 delete is applied to an object whose l-value is modifiable, then _______________ after the object is deleted.
Its value is defined as null
Its value is defined as void
Its value is defined as 0
Its value is undefined