面向对象类是抽象的概念, 对象是具体的实例
Java类及类成员public class Person {
private String name;
private Integer age;
static {
2022-11-11