Page 1 of 1

Select Elden Ring from the dropdown list, then enter the following: Walter Shepman 04895867776 Your program should gener

Posted: Mon May 02, 2022 12:44 pm
by answerhappygod
Select Elden Ring from the dropdown list, then enter the
following:
Walter Shepman
04895867776
Your program should generate a file named
Walter_Shepman_2035790.txt with the following contents:
Well done! You have completed Part 1 of the assignment. This
will be the code base you use for Part 2.

Before proceeding to the next stage, submit all the .java files in
your src file (there should be 5 of them) using the Assignment 2 -
Part 1 portal.
Part 2
In Part 2, you are going to apply your knowledge of
encapsulation to improve the design of the program you created in
Part 1.
Well done! You have successfully used encapsulation to improve
the design of your program!
Part 3
In Part 3, you're going to further improve your program using
delegation to de-couple classes.
Well done! You are now ready to move on to Part 4, where you
will apply your knowledge of and skill in using inheritance and
polymorphism!
Before proceeding to the next stage, submit all the .java
files in your src file (there should be 7 of them) using the
Assignment 2 - Parts 2 and 3 portal.
Part 4
Now, let's finally address the Greek Geek's shooter-specific
request. Here's a recap:

If they pick shooter as their genre, I'd like for them to be
able to choose between what perspective they want (TPS - third
person shooter OR FPS - first person shooter), and also, whether
they want the game to be multi-player or not.

To build in this functionality, complete the following steps: