When Delete Operator Is Used If Object Has A Destructor #1267
When delete operator is used ___________________ (If object has a destructor)
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.
When delete operator is used ___________________ (If object has a destructor)
Object destructor is called after deallocation
Object destructor is called before deallocation
Object destructor is not used
Object destructor can be called anytime during destruction