When Is The Destructor Of A Global Object Called #186
When is the destructor of a global object called?
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 Constructors and Destructors - OOPs MCQ: Destructors - Quiz No.1.
When is the destructor of a global object called?
Just before end of program
Just after end of program
With the end of program
Anytime when object is not needed