Package edu.nwmissouri.animalList
Class Okapi
java.lang.Object
edu.nwmissouri.animalList.Animal
edu.nwmissouri.animalList.Okapi
This class defines the nature of the Okapi animal.
- Author:
- Pranay bhargav reddy bakaram(s545147)
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addition()
void
eat()
double
getOkapiAddition
(double x, int y) This method will calculate the sum of two numbersvoid
move()
abstract move() - has no implementationvoid
speak()
abstract speak() - has no implementation
-
Constructor Details
-
Okapi
-
-
Method Details
-
speak
public void speak()Description copied from class:Animal
abstract speak() - has no implementation -
move
public void move()Description copied from class:Animal
abstract move() - has no implementation -
eat
public void eat() -
addition
public void addition() -
getOkapiAddition
public double getOkapiAddition(double x, int y) This method will calculate the sum of two numbers- Parameters:
x
- double value which is passed from addition()y
- int value which is passed from addition()- Returns:
- it returns the sum of two numbers
-