Class Turkey


public class Turkey extends Bird
This class represents a Turkey. Turkies are birds that do not fly.
  • Constructor Details

  • Method Details

    • says

      public String says()
      Description copied from class: Animal
      Returns the sound that this animal makes.
      Specified by:
      says in class Animal