Question: add accessors and mutators to this cpp file programs an... Pun share G computer.cpp saved 1 #include computer.h void Computer::setYear(int y) { year=y; Computer::Computer(): Computer(-1,

add accessors and mutators to this cpp file add accessors and mutators to this cpp file programs an... Pun share

programs an... Pun share G computer.cpp saved 1 #include "computer.h" void Computer::setYear(int y) { year=y; Computer::Computer(): Computer(-1, "") {} Computer :: Computer(int y, string m) : Computer(y, m, "") () Computer::Computer(int y, string m, string p) { setYear(y); model = m; purpose = p; 15 int Computer::getYear() const {return year;} 16 17 Computer::-Computer() {cout

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!