• 一.static修饰成员方法:1.一般类中的数据成员都设置为 private ,而成员方法设置为 public , 问:那设置之后,Student类中,被Student修饰,的属性(classRoom)如何在类外访问呢? 代码语言:j
    admin1月前
    300