Class Hamster

java.lang.Object
  extended byRodent
      extended byHamster

public class Hamster
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
Hamster()
           
 
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

Hamster

public Hamster()
Method Detail

myself

public void myself()
Tell how I'm

Overrides:
myself in class Rodent