First page Back Continue Last page Graphics
Overriding methods
Way to set the fill color is defined in shape class methods known as setFillColor which takes ShapeColor as parameter
If there are requirements in some business case not to have red circles.
You can override the setFillColor method in Circle usually getting inherited from Shape Class.