Write a simple class. Make a class called Circle with…solved

$15.00

Download Details:

  • Name: Circle-rw0dsr.zip
  • Type: zip
  • Size: 10.22 KB

Category:

Description

5/5 - (2 votes)

Write a simple class. Make a class called Circle with these properties:
Radius
Color
and the following methods:
getRadius
setRadius
getColor
setColor
getArea
getCircumference

Create a Circle.h and a circle.cpp file.