When An Object Is Returned #42
When an object is returned___________
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 OOPs Concept & Features - OOPs MCQ: Objects - Quiz No.2.
When an object is returned___________
A temporary object is created to return the value
The same object used in function is used to return the value
The Object can be returned without creation of temporary object
Object are returned implicitly, we can’t say how it happens inside program