这道java题怎么做?急

2025-01-05 21:50:14
推荐回答(3个)
回答1:

class Person{
String name;
String sex;
static String school;
public Person(String name,String sex){
this.name=name;
this.sex=sex;
}
public static void setSchool(String school) {
Person.school = school;
}
public void ShowInfo(){
System.out.println(name);
System.out.println(sex);
System.out.println(school);
}
}
public class Sy7_2 {
public static void main(String args[]){
Person person = new Person("小明","男");
person.setSchool("清华大学");
person.ShowInfo();
}
}

回答2:

建议本人自己想哟诶你现在不会考试的时候也不会晚上的答案不一定是对但是你自己想的答案不一定是错的你必须得相信这句话。

回答3:

xfgghvjgyjcccgjb