Question: Circle Class (Complete) Copy the finished CircleClassSeparate project folder with the separate Circle.h and Circle.cpp modules Name the copied folder Assign02-CircleClass. Add two new member


Circle Class (Complete) Copy the finished CircleClassSeparate project folder with the separate Circle.h and Circle.cpp modules Name the copied folder Assign02-CircleClass. Add two new member functions to the Circle class: double getcircumference(); // accessor member function getCircumference() void displayCircleInfo(string); // display Circle information with string parameter These two function prototypes belong in Circle.h. Add the implementation of these functions to Circle.cpp Be sure to add a preprocessor directive for the string class (to support the new string parameter) in Circle.h #pragma once #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
