Question: Write a class declaration named Circle with a private member variable named radius. Write accessor and mutator functions for radius. Write a function named getArea
Write a class declaration named Circle with a private member variable named radius. Write accessor and mutator functions for radius. Write a function named getArea that returns the area of the circle. Use the following calculation for area: 3.14159 * radius * radius in C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
