subject

A) using classes, design an online address book to keep track of the names, addresses, phone number and birthdays of family memebers, close friends and certain bussiness associates. your program should be able to handle a maximum of 500 entries. by firsta. define the class address that can store a street address, city, state and zip code. use the appropriate methods to print and store the address. also, use constructors to automatically initialize the data members. b. define the class extperson using the class person, the class date, and the class address. add a data member to this class to classify the person as a family member, friend, or business associate. also, add a data member to store the phone number. add (or override) methods to print and store the appropriate information. use constructors to automatically initialize the data members. c. define the class addressbook using previously defined classes. an object of type addressbook should be able to process a maximum of 500 entries. the program should perform: i. load the data into the address book from a disk. ii. sort the address book by last nameiii. search for a person by last nameiv. print the address, phone number, and date of birth (if available) of a given personv. print the names of people whose birthdays are in a given month or between two given datesvi. print the names of all the people between two last names. b) then redo program so that the address book is stored in a vector

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 05:00
Are special characters that allow you to search for multiple words at the same time.
Answers: 2
question
Computers and Technology, 23.06.2019 11:20
Http is the protocol that governs communications between web servers and web clients (i.e. browsers). part of the protocol includes a status code returned by the server to tell the browser the status of its most recent page request. some of the codes and their meanings are listed below: 200, ok (fulfilled)403, forbidden404, not found500, server errorgiven an int variable status, write a switch statement that prints out the appropriate label from the above list based on status.
Answers: 2
question
Computers and Technology, 24.06.2019 00:00
Consider the series where in this problem you must attempt to use the ratio test to decide whether the series converges. compute enter the numerical value of the limit l if it converges, inf if it diverges to infinity, minf if it diverges to negative infinity, or div if it diverges but not to infinity or negative infinity.
Answers: 1
question
Computers and Technology, 24.06.2019 02:00
What is a loop? a. a collection of function definitions at the top of a program b. a line of code that defines a variable and assigns it a value c. a program that opens the turtle graphics window d. a block of code that repeats a specific number of times
Answers: 1
You know the right answer?
A) using classes, design an online address book to keep track of the names, addresses, phone number...
Questions
question
Mathematics, 28.09.2019 15:30
question
Mathematics, 28.09.2019 15:30
question
Mathematics, 28.09.2019 15:30
Questions on the website: 13722363