JAVA接口练习——编程例题之天气预报

//weatherState.java public interface weatherState{ public void showState(); } //cloudyLittleState.java public class cloudyLittleState implements weatherState{ public void showState(){ System.out.print
相关文章
相关标签/搜索