java编程-面向对象---继承和多态

 (参考http://java.chinaitlab.com/List_186_17.html)html        class Animal {  private int weight;      public int getWeight()  {   return weight;  }    public void setWeight(int w)  {   weight=w;  } }ja
相关文章
相关标签/搜索