Class Mouse

java.lang.Object
  extended byRodent
      extended byMouse

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

Mouse

public Mouse()
Method Detail

myself

public void myself()
Tell how I'm

Overrides:
myself in class Rodent