Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PART 2 : Implement your project ( 5 0 pts ) Due Monday March 1 8 at 1 1 : 5 9 p You designed

PART 2: Implement your project (50 pts)
Due Monday March 18 at 11:59p
You designed your code, now its time to implement it! Every class and interface should be in its
own .java file. Your code must include everything in the structure checklist from Part 1.
If you decide to make changes from your original design submitted in Part 1, you must also
update your diagrams in Google Slides and submit a new PDF along with your code.
PART 3:
(I) WashableTest your project (25 pts)
Due Monday March 18 at 11:59p
Now that you have implemented your code, its time to test it. You will write your own test driver
called "TestProject.java". Your testing code must do the following:
construct an object of every concrete class you define
use one of your getters
use one of your setters
use 5 of your methods
implement a try and catch to handle a potential exception thrown by the method called
create 1 linked list containing at least 5 nodes with the objects you constructed
insert a node to the linked list
delete a node from the linked list
search the linked list for an object (returns true if found)
use PrintWriter to print your output to a plain text file named "output.txt".
you must include your output file along with your code in your submission (if your code
crashes or does not compile, copy and paste any error messages into a text file and
include this inste
Notes
when coding make sure you have 2 constructors per class in
make sure my concrete methods have any functional meaning -- e.g. concreteMethod1,2, etc... You need to have 5 methods that relate to mytopic/class behaviors
I have 3 abstract methods later in your washable interface, make sure these areimplemented in the classes that implement the interfacead thank you ASAP
image text in transcribed

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

Students also viewed these Databases questions

Question

What is the IZOF model and how does it relate to peak performance?

Answered: 1 week ago