A.super B.this C.private D.public
A.this(“默本”); B.super(); C.this(); D.this(20);
A.父类任意方法 B.本类任意方法 C.父类带参构造方法 D.本类带参构造方法