Package edu.nwmissouri.animalList
Class FerociousTiger
java.lang.Object
edu.nwmissouri.animalList.Animal
edu.nwmissouri.animalList.FerociousTiger
FerociousTiger class extends from parent class Animal
- Author:
- Saitej Veerabathini
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidfamily()Family method of FerociousTigerintgetTotalSleep(int a, int b) voidlifespan()Lifespan method of FerociousTigervoidmove()Override method for FerociousTiger Movevoidsleep()voidspeak()Override method for FerociousTiger Speakvoidtype()Type method of FerociousTiger
- 
Constructor Details- 
FerociousTigerConstructor for FerociousTiger- Parameters:
- name- - the name of this FerociousTiger
 
 
- 
- 
Method Details- 
speakpublic void speak()Override method for FerociousTiger Speak
- 
movepublic void move()Override method for FerociousTiger Move
- 
typepublic void type()Type method of FerociousTiger
- 
lifespanpublic void lifespan()Lifespan method of FerociousTiger
- 
familypublic void family()Family method of FerociousTiger
- 
getTotalSleeppublic int getTotalSleep(int a, int b) 
- 
sleeppublic void sleep()
 
-