created: 03/15/98; revised: 08/18/03
This chapter continues the example of the previous chapter.
Circle
class.
The
paint()
method at the end of the last chapter
is too complicated.
This is sometimes a sign that a new class is
needed to manage the complication.
This chapter designs a Circle
class to
contain the complications of drawing circles.