Exemplo n.º 1
0
 public void setMood() {
   super.setMood(); // let the parent do the work first, then do what we need in addition
   if (isAngry() == false) showingPin = false;
 }