翻译

     摘要: 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.   阅读全文

posted @ 2007-04-10 21:03 久城 阅读(2078) | 评论 (5)  编辑 |

Copyright © 久城