Answered step by step
Verified Expert Solution
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 : Implement your project pts
Due Monday March at :p
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
If you decide to make changes from your original design submitted in Part you must also
update your diagrams in Google Slides and submit a new PDF along with your code.
PART :
I WashableTest your project pts
Due Monday March at :p
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 of your methods
implement a try and catch to handle a potential exception thrown by the method called
create linked list containing at least 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 constructors per class in
make sure my concrete methods have any functional meaning eg concreteMethod etc... You need to have methods that relate to mytopicclass behaviors
I have abstract methods later in your washable interface, make sure these areimplemented in the classes that implement the interfacead thank you ASAP
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started