subject

Consider the following class declaration. Class Customer fails to effectively encapsulate a data member, thereby risking a run-time error due to corrupted data. Using C++, locate the problem(s) and to complete the class to keep track of total year-to-date purchases. If an item to be purchased costs more than the customer’s credit limit, do not allow the sale. Declare and define data fields, accessors, and mutators which will keep track of the total number of sales and total sales for each instance of Customer. Use the filename customer. h, customer. cpp and customerDemo. cpp for your programs. class Customer{public:Customer(string name, string address, string city, string state, string zipcode);void increase_limit(double amount);string get_name() const;string get_address() const;string get_city() const;string get_state() const;double credit_limit;private:string name;string address;string city;string state;string zipcode;}

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 09:00, starwarsfan1975
Meenu wants to create a high quality drawing in a variety of colours. which device should she use for the same?
Answers: 1
image
Computers and Technology, 22.06.2019 15:10, reycaden
David is in week 3 of his current ashford course and has a paper due by monday night at midnight. he has finished everything but the concluding paragraph. as he boots up his computer to work on it, he sees a flash across the screen and then the screen goes black. he begins to panic as he tries desperately to turn the laptop back on. david should have saved his work on what kind of portable device?
Answers: 2
image
Computers and Technology, 22.06.2019 17:20, Korkot7633
[a] create a class called “cycle” which has two instance integer variables as properties, “numberofwheels” and “weight.” create a constructor with two parameters, using the same variable names in the parameter list. assign each variable to numberofwheels” and “weight” respectively. write a separate application to test the class and display its properties. note: do not change the names of the instance variables or the variables listed in the constructor’s parameter list. [b] edit your class cycle by adding a default constructor which will assign the default values of 100 to represent the numberofwheels, and 1000 to represent the weight, by invoking a call to the other constructor. modify your application created in [a] to test the class.
Answers: 3
image
Computers and Technology, 22.06.2019 18:00, Geo777
Suppose an astronomer discovers a large, spherical-shaped body orbiting the sun. the body is composed mostly of rock, and there are no other bodies sharing its orbit. what is the best way to categorize this body? a. planet b. moon c. comet d. asteroid
Answers: 1
You know the right answer?
Consider the following class declaration. Class Customer fails to effectively encapsulate a data mem...

Questions in other subjects:

Konu
Chemistry, 01.07.2019 07:30
Konu
Mathematics, 01.07.2019 07:30