Which Is The Correct Syntax To Delete A Single Object #1270
Which is the correct syntax to delete a single object?
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.
Which is the correct syntax to delete a single object?
delete *objectName;
objectName delete;
delete objectName;
objectName *delete;