Create a domain class that represents a contact.
Add private
fields for name, address, and phone number to the class.
Add getters and setters for these fields.
Add a constructor that will initialise the three fields.
Override the toString
method so that it will return the values of the three fields.