Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2) Create a character class hierarchy. You should have at least 1 abstract class and at least 3 types of characters (4 classes total). Each

image text in transcribed
2) Create a character class hierarchy. You should have at least 1 abstract class and at least 3 types of characters (4 classes total). Each character should implement the following: public int attack() returns the strength of an attack public void hit(int points) reduces the character's health based on the strength of an attack public boolean is Alive() returns a Boolean based on whether or not the character's health is greater than 0. The name, strength, and health of each character. 3) Write a toString() method for your character classes that displays the name, class, strength, & health of the character 4) Create a driver class that simulates a battle between two characters. Your logic for battle does not need to be complex

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spatio Temporal Database Management International Workshop Stdbm 99 Edinburgh Scotland September 10 11 1999 Proceedings Lncs 1678

Authors: Michael H. Bohlen ,Christian S. Jensen ,Michel O. Scholl

1999th Edition

3540664017, 978-3540664017

Students also viewed these Databases questions

Question

List the components of the strategic management process. page 72

Answered: 1 week ago