随笔分类 -  疯狂java讲义

摘要:有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... 阅读全文
posted @ 2013-02-25 21:43 hi_stefen 阅读(231) 评论(0) 推荐(0)