Question B 9 Marks Implement Three Methods Defined Booklist Public Class Booklistf Privat Q37138587

. Question B, 9 marks] Implement the three methods defined in BookList. public class BookListf private BookNode list; // Sets

. Question B, 9 marks] Implement the three methods defined in BookList. public class BookListf private BookNode list; // Sets up an initially empty list of books public BookListOf list null; // Creates a neu BookNode object from Book bk and add the node to the front of // the linked list public void insert (Book bk)f //your code here, 3 marks. //search the booklist for a book item with key isbn, return the reference to i

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.