Class UseRodent

java.lang.Object
  extended byUseRodent

public class UseRodent
extends java.lang.Object

A class that exercises the Rodent inheritance hierarchy. Part of exercise 7.6 and 7.7.

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

Constructor Summary
UseRodent()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UseRodent

public UseRodent()
Method Detail

main

public static void main(java.lang.String[] args)