Calling methods interactively

In some cases you can call a method interactively on a specific object and observe its behavior on the screen.

Custom methods and methods that you create cannot be called interactively.

It is import that you give names to new methods that describe the purpose and behavior of the method.