Package edu.nwmissouri.animalList
Class TauntingTiger
java.lang.Object
edu.nwmissouri.animalList.Animal
edu.nwmissouri.animalList.TauntingTiger
This Class extends Animal class
- Author:
 - Sarath Arrepu
 
- 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondoubleamul(double a, double b) This method returns value by multiplying two valuesdoubleamuladd(double a, double b) This method returns value by adding two valuesvoideat()This method is about the animal eatingvoidmove()This method is about the animal movementvoidspeak()This method is about the animal speakingvoidtype()This method is about the animal type 
- 
Constructor Details
- 
TauntingTiger
This is the parametrized constructor- Parameters:
 name-
 
 - 
 - 
Method Details
- 
speak
public void speak()This method is about the animal speaking - 
move
public void move()This method is about the animal movement - 
amul
public double amul(double a, double b) This method returns value by multiplying two values - 
amuladd
public double amuladd(double a, double b) This method returns value by adding two values - 
eat
public void eat()This method is about the animal eating - 
type
public void type()This method is about the animal type 
 -