Package edu.nwmissouri.animalList
Class Kangaroo
java.lang.Object
edu.nwmissouri.animalList.Animal
edu.nwmissouri.animalList.Kangaroo
- Author:
 - Manoj Gorantla
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Kangaroo
- Parameters:
 name- is passing and referring it to super class.
 
 - 
 - 
Method Details
- 
speak
public void speak()Description copied from class:Animalabstract speak() - has no implementation - 
move
public void move()Description copied from class:Animalabstract move() - has no implementation - 
speed
public void speed() - 
region
public void region() - 
calc
public void calc() - 
disc
public double disc(int g, double m)  
 -