Class ElephantBird

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

public class ElephantBird extends Animal
Elephant Bird class derived from animal class
Author:
Hemanth Kumar Reddy Pidaparathy
  • Constructor Details

    • ElephantBird

      public ElephantBird(String name)
      ElephantBird name
      Parameters:
      name -
  • Method Details

    • speak

      public void speak()
      Elephant Bird speak
      Specified by:
      speak in class Animal
    • move

      public void move()
      Elephant Bird move
      Specified by:
      move in class Animal
    • profes

      public void profes()