摘要: Unlike methods, a constructor cannot be abstract, static, final, native, strictfp, or synchronized.
1. A constructor is not inherited, so there is no need to declare it final
2. As the same reason above, an abstract constructor could never be implemented. 閱讀全文
1. A constructor is not inherited, so there is no need to declare it final
2. As the same reason above, an abstract constructor could never be implemented. 閱讀全文
posted @ 2007-04-10 21:03 久城 閱讀(2130) | 評(píng)論 (5) 編輯 |