Java关键字abstract
摘要:abstract 关键字可以修饰类或方法。abstract 类可以扩展(增加子类),但不能直接实例化。abstract 方法不在声明它的类中实现,但必须在某个子类中重写。示例 public abstract class MyClass { } public abstract String...
阅读全文
posted @ 2017-06-04 18:18
posted @ 2017-06-04 18:18
posted @ 2016-02-26 22:57
posted @ 2016-02-26 17:27
posted @ 2016-02-26 17:27
posted @ 2016-02-26 17:26