Interface Flies

All Known Implementing Classes:
Bee, Duck

public interface Flies
This interface is implemented by all animals that can fly.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fly()
     
  • Method Details

    • fly

      void fly()