Define a class to implement the concept of a circle.Your class should have two private data members: radius, centerPoint. Include a complete set of accessors, mutators, constructors, and additional methods to:
• print location and radius of a circle
• move (translate) a circle
• resize a circle
Draw an UML class diagram and write a driver to test your class.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.