Question: QUESTION 7 12.00000 points Save Answer As part of a system for aiding student library research, a program is being developed to maintain a bibliography

QUESTION 7 12.00000 points Save Answer As part of a system for aiding student library research, a program is being developed to maintain a bibliography as a student prepares a term paper. You are designing a "Bibliography" class. In essence, a "Bibliography is a container of "References" (books,papers, etc.) Assume that someone else has the responsibility of designing the "Reference" class. The most essential operations on a Bibliography are to add Reference objects identified by a title (a string), to fetch a Reference previously associated with a title, and to access all references in the bibliography A junior programmer has proposed the following interface for this class public class Bibliography Bibliography0... void put (String title, Reference h) Reference get (String title) ...) I/ a data structure will be chosen later Modify this proposal to bring it in line with appopriate Java style for robust and re-usable ADTs. T T T Paragraph Arial # 3(12pt) :-. I-. T. ,, e
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
