至少Java 當初設計時是這麼想的啦!總之,應該可以將 withdraw 設計成: public void withdraw(int money) throws Exception { if(money < 0) throw new ...
確定! 回上一頁