2 Star 0 Fork 0

20145308/java-besti-is-2015-2016-2-20145308

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
G6Magician 211 Bytes
Copy Edit Raw Blame History
20145308 authored 2016-03-27 20:31 +08:00 . new file
public class Magician extends Role{
public void fight(){
System.out.println("魔法攻击");}
@Override
public String toString(){
return "魔法师" + super.toString();
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yg1022/java-besti-is-2015-2016-2-20145308.git
git@gitee.com:yg1022/java-besti-is-2015-2016-2-20145308.git
yg1022
java-besti-is-2015-2016-2-20145308
java-besti-is-2015-2016-2-20145308
master

Search