package cn.edu.bjut.chapter4; public interface Flyable { String UNIT = "千米"; double getFlightHeight(); }