Java 第四课 对象 类

1、构造方法可以为private public

2、抽象类可以有构造方法,但是必须在子类中调用(super.构造方法)

原文地址:https://www.cnblogs.com/hblthink/p/8196315.html