A corresponding method gets executed when a message was sent to a receiver object. A method signature is a list of selector-parameter pair separated by spaces.
“define a method cube:, which take a parameter i”
cube: i
^i * i * I “^ means return to the caller”