What Exactly Is Passed When An Object Is Passed By Reference #1119
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 Assigning Object, Pointer to Objects, Passing and Returning Object - OOPs MCQ: Passing Object to 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