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 13:00
Which part of the cpu accepts data?
Answers: 1
question
Computers and Technology, 23.06.2019 02:00
Consider the following function main: int main() { int alpha[20]; int beta[20]; int matrix[10][4]; . . } a. write the definition of the function inputarray that prompts the user to input 20 numbers and stores the numbers into alpha. b. write the definition of the function doublearray that initializes the elements of beta to two times the corresponding elements in alpha. make sure that you prevent the function from modifying the elements of alpha. c. write the definition of the function copyalphabeta that stores alpha into the first five rows of matrix and beta into the last five rows of matrix. make sure that you prevent the function from modifying the elements of alpha and beta. d. write the definition of the function printarray that prints any onedimensional array of type int. print 15 elements per line. e. write a c11 program that tests the function main and the functions discussed in parts a through d. (add additional functions, such as printing a two-dimensional array, as needed.)
Answers: 3
question
Computers and Technology, 24.06.2019 03:30
Which explains extrinsic motivation? a)motivation in which there is a reward b)motivation that is personally satisfying c)motivation that is personally meaningful d)motivation in which the subject is interesting
Answers: 1
question
Computers and Technology, 24.06.2019 04:10
Write a program that reads a set of floating-point values. ask the user to enter the values, then print • the average of the values. • the smallest of the values. • the largest of the values. • the range, that is the difference between the smallest and largest. of course, you may only prompt for the values once.
Answers: 3
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, 11.06.2021 15:30
question
History, 11.06.2021 15:30
question
Chemistry, 11.06.2021 15:30
question
Chemistry, 11.06.2021 15:30
Questions on the website: 13722362