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

I represent a contact.

I know about my name and email.

Collaborators:

Public API and Key Messages

  • there are accessors for both fullname and email.
  • you can create new instances using the newNamed📧 message.

Internal Representation and Key Implementation Points.

Instance Variables
email: a String
fullname: a String