Question: You will be creating a driver class for this assignment, in addition to a collection class ( DVDList.java ) and an object class ( DVD.java
You will be creating a driver class for this assignment, in addition to a collection class (DVDList.java) and an object class (DVD.java). The object (DVD) only has a title as instance data.
Within the main method, please complete the following tasks:
Print a menu of options to the screen that complete different tasks related to management of the DVDList. The tasks the program must be able to complete are:
Add to back
Add to front
Remove the last node
Remove the first node
Print the list
Print the number of nodes in the list
Quit
Remember that many of the methods need to first determine if the list is empty.
Include clear comments throughout the program that explain the well named variables and what functionality the various lines/small sections of code are completing as related to the execution of the program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
