When An Object Is Passed To A Function Its Copy Is Made In The #194
When an object is passed to a function, its copy is made in the function and then ______________
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.2.
When an object is passed to a function, its copy is made in the function and then ______________
The destructor of the copy is called when function is returned
The destructor is never called in this case
The destructor is called but it is always implicit
The destructor must be user defined