Interface FlyingAnimal

All Known Implementing Classes:
Bee, Parrot

public interface FlyingAnimal
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isFlying

      boolean isFlying()