Package edu.nwmissouri.animalList
Class RoaringLion
java.lang.Object
edu.nwmissouri.animalList.Animal
edu.nwmissouri.animalList.RoaringLion
This class is a custom Lion class, which is defining the lion behavior
- Author:
- Anil Kumar Kolla(S545232@nwmissouri.edu)
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionRoaringLion
(String name) this constructor passing the animal name to parent class -
Method Summary
Modifier and TypeMethodDescriptiondouble
getLionAddition
(double input1, int input2) this function returns the sum the two input parametersvoid
this function is to declare the local variables for to call an actual addition functionvoid
move()
this function prints the animal movementvoid
speak()
this function prints the animal sound
-
Constructor Details
-
RoaringLion
this constructor passing the animal name to parent class- Parameters:
name
-
-
-
Method Details
-
speak
public void speak()this function prints the animal sound -
move
public void move()this function prints the animal movement -
lionAddtion
public void lionAddtion()this function is to declare the local variables for to call an actual addition function -
getLionAddition
public double getLionAddition(double input1, int input2) this function returns the sum the two input parameters
-