. 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