有3中情况:super、parent name(static)、parent type(强制转换)! 一、super TestParent.java 1 public class TestParent 2 { 3 public int a = 6; 4 public String b = "hel... Read More
posted @ 2013-02-25 21:43 hi_stefen Views(231) Comments(0) Diggs(0)