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

16 lines
460 B
Plaintext
Executable File

Project: address-book-assert
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:
Create an AddressBookDemo object and then use its
test methods to check for assertion errors.