Files
G4G0-1/Semester 1/Programming 1/Java/examples/projects/chapter14/address-book-v2t/README.TXT
2024-01-15 20:14:10 +00:00

19 lines
658 B
Plaintext
Executable File

Project: address-book-v2t
Authors: David J. Barnes and Michael Kölling
This project is part of the material for chapter 12 of the book
Objects First with Java - A Practical Introduction using BlueJ
Sixth edition
David J. Barnes and Michael Kölling
Pearson Education, 2016
A simple address-book implementation.
How to start this project:
Either: Create an AddressBook object and add
contact details (such as name, address, and phone) to it.
Or: create an AddressBookDemo and call its showInterface method.
This will create a sample AddressBook along with a text
interface for the purposes of interactive experimentation.