Class Asp

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

public class Asp extends Animal
Asp class (derived subclass of the superclass Animal)
Author:
Priyanka Maruthi
  • Constructor Details

    • Asp

      public Asp(String name)
      Aardvark constructor
      Parameters:
      name - - the name of this aardvark
  • 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