文件名称:ch10
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-10-25
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 李***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
//以下两种方法是在继承Door的同时
//MyDoor会出现红色底线
//通过Add unimplemented methods
//创建的,这也就是体现了抽象类中的抽象方法
//当子类要继承是必须重写-//the following two methods are inherited and feel at the same time
The bottom line// MyDoor will appear red
//by the Add unimplemented methods
//created, which is reflected the abstract method in an abstract class
//when a subclass is must be rewritten to inherit
//MyDoor会出现红色底线
//通过Add unimplemented methods
//创建的,这也就是体现了抽象类中的抽象方法
//当子类要继承是必须重写-//the following two methods are inherited and feel at the same time
The bottom line// MyDoor will appear red
//by the Add unimplemented methods
//created, which is reflected the abstract method in an abstract class
//when a subclass is must be rewritten to inherit
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Door.java
MyDoor.java