In the first tutorial you created a BookDictionary collection class.
Each borrower used this class to maintain a myBooks collection of books on loan.
The library will use this class to maintain an allBooks
collection of books it has acquired.
Instructions
- In the Class Browser, select the LendingLibrary class.
- Select the Properties | Add Reference... menu command.
- Enter myBooks as the name.
- Select BookDictionary as the type.
- Change the access to public.
- Click the Define Inverse... button. The dialog expands.
Further instructions are given on the
next page.
|