摘要: 对象的封装 涉及到了public private和protect三个关键字 //Student.class public class Student{ //如果是public,则在main方法中直接调用不爆红 public String name; //如果是private,则在main方法中直接调 阅读全文
posted @ 2021-11-23 17:00 还要再努力一些吧 阅读(36) 评论(0) 推荐(0)