Package edu.nwmissouri.animalList
Class Floppy
java.lang.Object
edu.nwmissouri.animalList.Animal
edu.nwmissouri.animalList.Floppy
Floppy class (derived subclass of the superclass Animal)
- Author:
 - S545243 Satheesh Eppalapelli
 
- 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Floppy
Floppy constructor- Parameters:
 name- - the name of this Floppy
 
 - 
 - 
Method Details
- 
speak
public void speak()speak override function of super class animal - 
move
public void move()move override function of super class animal - 
location
public void location()location function - 
character
public void character()character function 
 -