Im reading a book about learning how to program in Objective-c, and its hard for me to just read and learn. I need to ask loads of questions. So here is my first that I have. The author gives this in the book:
Now I get that myWindow is the variable and that erase is the method but how does the complier know that you want the window to clear?[myWindow erase]; Clear the window