/* hao
* 2018-3-25 17:54:33
* 创建了有参构造方法之后,规定创建无参的,否则子类会报错,子类默认继承父类的无参构造方法。
*/
package com.www;
public class Demo {
int age;
String name;
Demo(){
}
Demo(int age){
}
}
we are all the kings of the world.(我们都是世界之王)
《泰坦尼克号》