The Delete Operator #1273
The delete 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.2.
The delete operator __________________
Invokes function operator delete
Invokes function defined by user to delete
Invokes function defined in global scope to delete object
Doesn’t invoke any function