Package edu.nwmissouri.animalList
Class Panthera
java.lang.Object
edu.nwmissouri.animalList.Animal
edu.nwmissouri.animalList.Panthera
This Class extends Animal class
- Author:
- Pinninti Harshika
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getPantheraAddition
(double valueOne, int valueTwo) adds the two numbersvoid
This method prints the logarithm value of a number prints the logarithm valuevoid
move()
This is move method which is used to to print the message print the statement that describes the Panther movementsvoid
multiplication
(int a, int b) This method prints the multiplication of two numbers prints the Multiplication valuevoid
profess1()
profess calls the two numbers calls the function getPantheraAdditionvoid
speak()
This is speak method which is used to to print the message print the statement
-
Constructor Details
-
Panthera
This is parameter constructor which initialize the instance variables according to parameters passed- Parameters:
name
- is passed to the constructor super constructor is used
-
-
Method Details
-
speak
public void speak()This is speak method which is used to to print the message print the statement -
move
public void move()This is move method which is used to to print the message print the statement that describes the Panther movements -
logarithm
public void logarithm()This method prints the logarithm value of a number prints the logarithm value -
multiplication
public void multiplication(int a, int b) This method prints the multiplication of two numbers prints the Multiplication value- Parameters:
a
-b
-
-
getPantheraAddition
public double getPantheraAddition(double valueOne, int valueTwo) adds the two numbers- Returns:
- double value
-
profess1
public void profess1()profess calls the two numbers calls the function getPantheraAddition
-