Class LittleDog

java.lang.Object
  |
  +--Dog
        |
        +--LittleDog

public class LittleDog
extends Dog

LittleDog is just that.

Version:
1.0 7/1/2
Author:
Bob Futrelle

Fields inherited from class Dog
myBark, myDescription
 
Constructor Summary
(package private) LittleDog()
           
 
Methods inherited from class Dog
bark, describe
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

LittleDog

LittleDog()