C++ code
Write a program to illustrate how to use the temporary class.
Your program must contain statements that would ask the user to
enter data of an object and use the setters to initialize the
object.
Use three header files named main.cpp, temporary.h, and
temporaryImp.cpp
An example of the program is shown below:
Enter object name (rectangle, circle, sphere, or cylinder: circle
Enter object's dimensions:
rectangle (length and width)
circle (radius and 0)
sphere (radius and 0)
rectangle (base...