Question: Carefully examine all the code that has been supplied to you to insure you understand the overall design and what pieces you need to implement

Carefully examine all the code that has been supplied to you to insure you understand the overall design and what pieces you need to implement to complete this assignment. You must document and test all your code. A careful study of the functional requirements and documentation in the supplied code and javadocs will direct your efforts. You may ask your professor for clarification on any of the methods that are imprecisely defined. Comments that begin with /*# TODO: insert Code here */ will help you to find some of the areas where you need to add code. You must add comments and update all javadocs to accurately document your implementation. You can create additional methods, if needed, to fully implement the functionality. Task 1: Reimplement the BooksAndMore class using a List Modify the instance variables and methods in the BooksAndMore class, as needed, to use a List as the underlying data structure instead of an array. IMPORTANT: Use one of the List classes that is part of the JDK [java.util.*]

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!