What Exactly Is Passed When An Object Is Passed By Reference #325
What exactly is passed when an object is passed by reference?
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 Objects - OOPs MCQ: Passing and Returning Object with Functions - Quiz No.1.
What exactly is passed when an object is passed by reference?
The original object name
The original object class name
The exact address of the object in memory
The exact address of data members