关键字 static 的使用

package com.yby3;

public class hand {
public static void main(String[] args) {

Person p1 = new Person();
Person p2 = new Person();

Person.setPeople("余庞青");
p1.setFightvalue(59);
Person.fight();
Person.select();//选择对手
System.out.println(Person.getPeople());//显示对手
p1.showfightvalue();//显示战力值
Person.announce();

System.out.println("************************");
Person.setPeople("ccy");

关键字 static 的使用最先出现在Python成神之路

版权声明:
作者:congcong
链接:https://www.techfm.club/p/7931.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>