Class Floppy

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

public class Floppy extends Animal
Floppy class (derived subclass of the superclass Animal)
Author:
S545243 Satheesh Eppalapelli
  • Constructor Details

    • Floppy

      public Floppy(String name)
      Floppy constructor
      Parameters:
      name - - the name of this Floppy
  • Method Details

    • speak

      public void speak()
      speak override function of super class animal
      Specified by:
      speak in class Animal
    • move

      public void move()
      move override function of super class animal
      Specified by:
      move in class Animal
    • location

      public void location()
      location function
    • character

      public void character()
      character function