Class Gerbil

java.lang.Object
  extended byRodent
      extended byGerbil

public class Gerbil
extends Rodent

Part of the rodent hierarchy. Part of exercise 7.6 and 7.7.

Version:
1.0
Author:
Kristian Torp, torp (at) cs (dot) aau (dot) dk

Constructor Summary
Gerbil()
           
 
Method Summary
 void myself()
          Tell how I'm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gerbil

public Gerbil()
Method Detail

myself

public void myself()
Tell how I'm

Overrides:
myself in class Rodent