Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



#ruby
If we wanted to tell our car to change gear, we tell it not only to change gear, but also which gear to change to. The process of asking these kinds of questions is referred to as passing an argument to the method. An argument (also called a "parameter") is an input value that's provided to a method. An argument can be used to influence: how a method operates on which object a method operates. As one might expect, the object sending the message is called the sender, and the object receiving the message is called the receiver.
If you want to change selection, open document below and click on "Move attachment"

Object Oriented Programming
might rephrase the analogy to consider the question to be an instruction, and the answer a status report indicating whether or not the instruction was executed successfully. Sometimes we need more flexibility with our instructions. <span>For example, if we wanted to tell our car to change gear, we tell it not only to change gear, but also which gear to change to. The process of asking these kinds of questions is referred to as passing an argument to the method. An argument (also called a "parameter") is an input value that's provided to a method. An argument can be used to influence: how a method operates on which object a method operates. As one might expect, the object sending the message is called the sender, and the object receiving the message is called the receiver. <span><body><html>


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.