Example #1
0
 public boolean isOlderThan(Animal a) {
   return order < a.getorder();
 }