No, you don't "inherit" non-default constructors, you need to define the one taking a String in your class. Typically you use super(message) ...
確定! 回上一頁