package cn.edu.bjut.chapter4; public interface Runable { String UNIT = "千米/小时"; double getSpeed(); }