See More
package interfaceExamples; public interface Flyable { void fly(); }