Question: Question no 5. In a game app, there are many types of monsters that can attack. Design an abstract superclass called Monster and define the

Question no 5. In a game app, there are many types of monsters that can attack. Design an abstract superclass called Monster and define the method attack() in the superclass. The subclasses shall then provide their actual implementation. In the main program, we declare instances of superclass, substituted with actual subclass; and invoke method defined in the superclass. Output should be according to the attack type selected by a user at run time also system takes as input an array containing subclasses objects
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
