Abstract
public class 学习别人超越自己{
状态 闪光点=null,优点=null, 好方法=null;
public 学习别人超越自己(){
闪光点=new 状态();
优点=new 状态();
好方法=new 状态();
System.out.println("Learn the "+闪光点+优点+好方法+"in heart");
}
void 发现(){
System.out.println("I find a "+闪光点+优点+好方法+"from xxx");
}
void 称赞(){
System.out.println("xxx,you are great!!");
}
public static void main(String[] args){
学习别人超越自己 学习=new 学习别人超越自己();
学习.发现();
学习.称赞();
}
}
状态 闪光点=null,优点=null, 好方法=null;
public 学习别人超越自己(){
闪光点=new 状态();
优点=new 状态();
好方法=new 状态();
System.out.println("Learn the "+闪光点+优点+好方法+"in heart");
}
void 发现(){
System.out.println("I find a "+闪光点+优点+好方法+"from xxx");
}
void 称赞(){
System.out.println("xxx,you are great!!");
}
public static void main(String[] args){
学习别人超越自己 学习=new 学习别人超越自己();
学习.发现();
学习.称赞();
}
}
0 Comments:
Post a Comment
<< Home