I have a class "circle" which extends from class "shapes". When I try to call the "display" method using the keyword "super"
return (super.display() + " Color: " + color);

the value for size...