2014-04-12 92 views

回答

5

類聲明不能拋出異常。也許你的意思

public class HanoiStack<T extends Comparable<T>> extends Stack<T> { 

    public HanoiStack() throws IllegalArgumentException { 
     ... 
    } 
} 
+0

哎呀肯定的是,最近太多的C#和時間已晚。謝謝Reimeus – Ryan

相關問題