Which Cases Among The Following Produces The Undefined Result #1272
Which cases among the following produces the undefined result?
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.2.
Which cases among the following produces the undefined result?
delete [] on an independent object
delete on an object array
delete [] on an object and delete on object array
Undefined result is never produced