Question: Programming Language: C++ Instructions In this exercise, you will design the class memberType. 1. Each object of memberType can hold the name of a person,
Programming Language: C++

Instructions In this exercise, you will design the class memberType. 1. Each object of memberType can hold the name of a person, member ID, number of books bought, and amount spent. 2. Include the member functions to perform the various operations on the objects of member Type--for example, modify, set, and show a person's name. Similarly, up-date, modify, and show the number of books bought and the amount spent. 3. Add the appropriate constructors. 4. Write the definitions of the member functions of member Type . 5. Write a program to test various operations of your class member Type . Grading When you have completed your program, click the Submit button to record your score
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
