Question: Library Reuse Book Class String libName String libAddress Book [] listOfBook int totalBook; Member fields declare private. use properties to access 2 constructors (empty and
Library Reuse Book Class String libName String libAddress Book [] listOfBook int totalBook; Member fields declare private. use properties to access 2 constructors (empty and valued) void ShowLibInfo() // show library info and all book info as well void AddNewBook(Book book) // add a new book into lib void DeleteBook(Book book) // delete book object void AddNewBookCopy(Book book, int copy)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
