Question: WRITE IN C++ Instructions: 1. Design a class, where its attributes are pointers. 2. Implement the member function copy constructor. 3. Implement the cascading effect

WRITE IN C++

Instructions: 1. Design a class, where its attributes are pointers. 2. Implement the member function copy constructor. 3. Implement the cascading effect when entering information. 4. Use this pointer to access the contents of the attributes and invoke the methods within the class. 5. Descriptive table 6. UML diagram 7. Program output with the original data of the problem.

Problem: Write the definition of a class, swimmingPool, to implement the properties of a swimming pool. Your class should have the instance variables to store the length (in feet), width (in feet), depth (in feet), the rate (in gallons per minute) at which the water is filling the pool, and the rate (in gallons per minute) at which the water is draining from the pool. Add appropriate constructors to initialize the instance variables. Also add member functions to do the following: determine the amount of water needed to fill an empty or partially filled pool, determine the time needed to completely or partially fill or empty the pool, and add or drain water for a specific amount of time.

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!