Files
G4G0-1/Semester 1/Programming 1/Java/examples/people/Database.ctxt
2024-01-15 20:14:10 +00:00

10 lines
372 B
Plaintext

#BlueJ class context
comment0.target=Database()
comment0.text=\nCreate\ a\ new,\ empty\ person\ database.\n\n
comment1.params=p
comment1.target=void\ addPerson(Person)
comment1.text=\nAdd\ a\ person\ to\ the\ database.\n\n
comment2.target=void\ listAll()
comment2.text=\nList\ all\ the\ persons\ currently\ in\ the\ database\ on\ standard\ out.\n\n
numComments=3