When calling a method of an object, one can supply information from outside to the method. How can this be accomplished?
Via the attributes of that object
Via references to objects
Via the return value of that method
Via the arguments of the method
Last updated 6 years ago