Question: I need help with these questions please C++ problems * Add constructors - a default and parameterized constructor to each. *Write an .h interface and

 I need help with these questions please C++ problems * Add
I need help with these questions please

C++ problems * Add constructors - a default and parameterized constructor to each. *Write an .h interface and a .cpp implementation for each class * Write an Drive/Test file that tests the constructors and functions *Write a UML class diagram for each class Q. 1 #include #include using namespace std; // STEP 1 - DEFINE THE new datatype/Class aThing' class aThing { public: double getWeight(void) { return weight; } void setWeight( double in Weight) { weight = in Weight; } private: double weight; }; int main() aThing Thingone; ThingOne.setWeight(110); cout using namespace std; class Bucky Class { public: void coolSaying() { 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!