Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This must be completed in Java, most preferably in intelliJ IDEA. Include comments if you can. Will give a good rating. Thanks. 2 - The

This must be completed in Java, most preferably in intelliJ IDEA. Include comments if you can. Will give a good rating. Thanks.

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

2 - The program 2.1 Super class character The first class is the base class for the rest of the classes. This class will have four protected variables: string Type, string name, char gender, int hitPoints. You will need to create a default constructor that sets all values to defaults (i.e., Strings null, char- ' \0' , int = 0 . ) , and a constructor that takes four arguments to set the objects' four variables defined above. This class will contain an override to the tostring ) function that is present in every class created in Java. This overwritten function will return the type String.format ). The format function on string will behave in the same way as System.out.format does to create the table headers (please refer to the examples in the end of the instruction about this format function). This class will contain a getType function that will return what subclass type the character is, that is, mob, townsperson, or player, described in the following. 2.2- Super/Extended class npc This class extends the character class, and has the protected variable: String zone. You will need to create a default constructor that sets all values to defaultstString null), and an constructor that takes five arguments, all the variables from the character as well

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

Database Systems For Advanced Applications 15th International Conference Dasfaa 2010 International Workshops Gdm Benchmarx Mcis Snsmw Diew Udm Tsukuba Japan April 2010 Revised Selected Papers Lncs 6193

Authors: Masatoshi Yoshikawa ,Xiaofeng Meng ,Takayuki Yumoto ,Qiang Ma ,Lifeng Sun ,Chiemi Watanabe

2010th Edition

3642145884, 978-3642145889

More Books

Students also viewed these Databases questions

Question

What is Working Capital ? Explain its types.

Answered: 1 week ago