i just want to ask this for some clarification
Code :myObjectOne = myObjectTwo.getTheValue(); // assuming this method returns an object(reference(
in the sample code.. what is myObjectOne? is it the receiving object? or is it the calling object that refers to the returned object value?
what is myObjectTwo? is it the receiving object? or is it the calling object that calls the method? :confused:
