I am just starting to use greenfoot and I am looking into some examples and find that people often use "this", what does it exactly mean, I don't really understand, for example:
//set the animal's age
public void setAge(int age)
{
this.age = age;
}