摘要: 面向对象(3) 1. static关键字 小技巧: 输出语句: 变量 . sout new Student.run();加载方法 main也是一个static的 1 package com.oop.demo06; 2 ​ 3 public class Student { 4 ​ 5 private 阅读全文
posted @ 2021-03-07 20:21 825728422 阅读(78) 评论(0) 推荐(0)