摘要:
import java.util.Scanner; public class AnyThing { public AnyThing(){ //定义无参数构造方法 this ("this 调用有参构造方法"); //使用this关键字调用有参数构造方法 System.out.println("无参构造方法"); ... 阅读全文
posted @ 2016-01-18 23:10
神靖希希
阅读(239)
评论(0)
推荐(0)
浙公网安备 33010602011771号