Interface Flyer

All Known Implementing Classes:
Bat, Fly

public interface Flyer

Fly is the interface for flying.


Method Summary
 void fly()
          Ask the Flyer to fly.
 

Method Detail

fly

void fly()
Ask the Flyer to fly.