Files
contact-book/ContactBook.package/Contact.class/README.md
2018-05-12 15:25:36 +02:00

17 lines
369 B
Markdown

I represent a contact.
I know about my name and email.
Collaborators:
- Veit Heller <veit@veitheller.de
Public API and Key Messages
- there are accessors for both fullname and email.
- you can create new instances using the newNamed:email: message.
Internal Representation and Key Implementation Points.
Instance Variables
email: a String
fullname: a String