
package com.ConstructorWithNoArguments;
public class Quantum_Bodyarmo {
int am_dy_pw;
float ar_ve;
public Quantum_Bodyarmo(){
System.out.println("无参的方法执行了");
int newAm_dy_pw;
float newAr_ve;
public Quantum_Bodyarmo(int newAm_dy_pw,float newAr_ve){
am_dy_pw=newAm_dy_pw;
ar_ve=newAr_ve;
System.out.println("有参的方法执行了");
}
}
}
steve_herobrine
陈十四
Zmorn
随时随地看视频慕课网APP
相关分类