Question: Just write the java code. Please fastly Question 250pt]: Write the necessary codes for the given UML class diagrams. In main method, create 2 objects;

 Just write the java code. Please fastly Question 250pt]: Write the

Just write the java code. Please fastly

Question 250pt]: Write the necessary codes for the given UML class diagrams. In main method, create 2 objects; one from KibishiFighter and one from HybridFighter classes, and create variable called isDead (boolean). While any Fighter is alive (isDead false), one should attack another, and its opponent should defense. Each attack method (attackTo, judo Attack To etc.) should decrease (you decide amount) the health of opponent Fighters. Defense methods increase belonging fighter's health. Print out their health when one is dead. Note that methods in Kibishi Fighter and HybridFighter classes were not written. However, you can know them using parent-child (superclass-subclass) relationship given by UML. > > > Judo AttackBehaviours MuayThaiAttackBehaviour - BoxingAttackBehaviour - Fighter judoAttack TofFighter opponent) 3 - Fighter muayThaiAttack To Fighter opponent) -Fighter boxingAttack To Fighter opponent) > Fighter String name sint health > > > +Fighter (int health. String name) - Fighter attack To Fighter opponent) void defense Hybrid Fighter KibishiFighter *Hybrid Fighter fint health, String name) +KibishiFighter(int health, String name) OOPfinal02 static Stringll main(String[] args)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!