CS 151 Object Oriented Programming

Homework 2

 

Write an Java application that simulates the operation of a technical library.

 

The library has to support the following:

 

You must provide an menu to

 

Design and develop all the necessary classes for this simulation program. You need to write a test drive program that will

 

You might come up with a list of classes (as sample) to implement like the following (Librarian, Lendable, Book, Video, Journal, Date, Borrower, User and Library) This program is relatively long, so, START early!