address_book v0.1.1 AddressBook

Address book enables user to store contacts, query them and sort by different parameters

Link to this section Summary

Link to this section Functions

Link to this function addContact(addressBook, name, surname, address, phone)
Link to this function getAddress(arg)
Link to this function getContact(addressBook, name, surname)

get name from contact

Link to this function getSurname(arg)
Link to this function removeContact(addressBook, name, surname)
Link to this function sortBy(addressBook, arg)