1
0
2155
写了 185822 字,被 133 人关注,获得了 202 个喜欢
面向对象的语言中包含了三大基本特征,封装、继承和多态 public class people { //属性 int age=22; String name="limu"; /...