Class Shoebill

java.lang.Object
edu.nwmissouri.animalList.Animal
edu.nwmissouri.animalList.Shoebill

public class Shoebill extends Animal
This class is about Shoebill extends Animal
Author:
Gayatri Devabhaktuni
  • Constructor Details

    • Shoebill

      public Shoebill(String name)
  • Method Details

    • speak

      public void speak()
      Description copied from class: Animal
      abstract speak() - has no implementation
      Specified by:
      speak in class Animal
    • move

      public void move()
      Description copied from class: Animal
      abstract move() - has no implementation
      Specified by:
      move in class Animal
    • eat

      public void eat()
    • confess

      public void confess()
    • getShoebillAddition

      public double getShoebillAddition(double valueOne, int valueTwo)
      Custom getShoebillAddtion function
      Parameters:
      valueOne - double input
      valueTwo - int input
      Returns:
      double sum