Create a new Circle instance based on a radius.

Circle class is another subclass of Shape

Parameters:

int radius The optional radius of this Circle

Extends:

Shape