auto commit

This commit is contained in:
CyC2018
2018-03-20 10:01:58 +08:00
parent 7cf8605f75
commit fa890fd48b
4 changed files with 166 additions and 124 deletions

View File

@ -214,7 +214,7 @@ public interface Externalizable extends Serializable {
<font size=4> **3. 比较** </font> </br>
| | ** 抽象类** | ** 接口** |
| | **抽象类** | **接口** |
| --- | --- | --- |
| 1 | An abstract class can extend only one class or one abstract class at a time | An interface can extend any number of interfaces at a time |
| 2 | An abstract class can extend another concrete (regular) class or abstract class | An interface can only extend another interface |