subject

Design a C++ class called MFP (short for Multi-Function Printer). The class should have following members: • Default constructor and a parameterized constructor.
• variable ink_volume, type double. This variable keeps track of remaining ink in MFP
• variable paper_sheet, type int. This variable keeps track of remaining paper sheets in MFP.
• variable fax_number, type std::string. This variable stores the default destination fax number.
• void copy(Document doc, int num_of_copies), which makes one or more copies of the given document, given that we have sufficient ink and paper in MFP.
• void print(Document doc, int num_of_copies), which prints one or more copies of the given document, given that we have sufficient ink and paper in MFP.
• void fax(Document doc), which faxes the doc to the default destination fax number •
void fax(Document doc, std::string destination_fax_number), which faxes the doc to the specified destination fax number.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:00
In outlook how can cherie look at the details of an event that appears on the month view of her calendar? check all that apply. by switching to the detail view by switching to the week view by switching to the day view by right-clicking on the event by double-clicking on the event by highlighting the event
Answers: 2
question
Computers and Technology, 22.06.2019 08:30
Active listen eliminates barries to communication true or false
Answers: 1
question
Computers and Technology, 22.06.2019 18:30
Kto rozmawia z clamentain przez krótkofalówke w the walking dead która śledzi lee w 4 epizodzie
Answers: 1
question
Computers and Technology, 22.06.2019 20:00
Which location-sharing service offers items for users as a gaming component and also allows them to collectively link their check-ins to publish a trip? a. whrrl b. buzzd c. foursquare (this option is wrong i already tried) d. gowalla for plato
Answers: 2
You know the right answer?
Design a C++ class called MFP (short for Multi-Function Printer). The class should have following me...
Questions
question
Arts, 19.11.2020 20:00
question
Mathematics, 19.11.2020 20:00
Questions on the website: 13722367