程序编程题,编写4条类方法调用语句,实现创建两个不同的英雄实例,并发动技能及对敌方英雄发动攻击的能力。
yase1.jineng() yase1.attack(laofuzi1) laofuzi1.jineng() laofuzi1.attack(yase1)