一张图看懂normal,static,sealed,abstract 的 区别

+-------------------------+---+--------+--------+--------+----------+
|       Class Type        |   | normal | static | sealed | abstract |
+-------------------------+---+--------+--------+--------+----------+
| Can be instantiated     | : | yes    | no     | yes    | no       |
| Can be inherited        | : | yes    | no     | no     | yes      |
| Can inherit from others | : | yes    | no     | yes    | yes      |
+-------------------------+---+--------+--------+--------+----------+
posted @ 2015-06-08 11:56  KMSFan  阅读(427)  评论(0编辑  收藏  举报
document.getElementById("homeTopTitle").innerText="ღKawaii";