Package edu.nwmissouri.animalList
Class Puma
java.lang.Object
edu.nwmissouri.animalList.Animal
edu.nwmissouri.animalList.Puma
This class defines the nature of the Puma animal
- Author:
- Sai Kaushik Beeram (S545124)
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method will initialize the values and calls the sum methoddouble
getPumaAddition
(double valueOne, int valueTwo) This method will calculate the sum of two numbersvoid
move()
Determines the animal movevoid
speak()
Determines the animal speak
-
Constructor Details
-
Puma
-
-
Method Details
-
speak
public void speak()Determines the animal speak -
move
public void move()Determines the animal move -
calculation
public void calculation()This method will initialize the values and calls the sum method -
getPumaAddition
public double getPumaAddition(double valueOne, int valueTwo) This method will calculate the sum of two numbers- Parameters:
valueOne
- double value which is passed from sumOfTwo()valueTwo
- int value which is passed from sumOfTwo()- Returns:
- it returns the sum of two numbers
-