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 TypeMethodDescriptiondouble
amul
(double a, double b) This method returns value by multiplying two valuesdouble
amuladd
(double a, double b) This method returns value by adding two valuesvoid
eat()
This method is about the animal eatingvoid
move()
This method is about the animal movementvoid
speak()
This method is about the animal speakingvoid
type()
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
-